Interface UpdateThemePermissionsResponse.Builder

    • Method Detail

      • themeId

        UpdateThemePermissionsResponse.Builder themeId​(String themeId)

        The ID for the theme.

        Parameters:
        themeId - The ID for the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • themeArn

        UpdateThemePermissionsResponse.Builder themeArn​(String themeArn)

        The Amazon Resource Name (ARN) of the theme.

        Parameters:
        themeArn - The Amazon Resource Name (ARN) of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        UpdateThemePermissionsResponse.Builder permissions​(Collection<ResourcePermission> permissions)

        The resulting list of resource permissions for the theme.

        Parameters:
        permissions - The resulting list of resource permissions for the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        UpdateThemePermissionsResponse.Builder permissions​(ResourcePermission... permissions)

        The resulting list of resource permissions for the theme.

        Parameters:
        permissions - The resulting list of resource permissions for the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        UpdateThemePermissionsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateThemePermissionsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.