Interface ListThemeAliasesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListThemeAliasesResponse.Builder,ListThemeAliasesResponse>, QuickSightResponse.Builder, SdkBuilder<ListThemeAliasesResponse.Builder,ListThemeAliasesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListThemeAliasesResponse

public static interface ListThemeAliasesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemeAliasesResponse.Builder,ListThemeAliasesResponse>
  • Method Details

    • themeAliasList

      ListThemeAliasesResponse.Builder themeAliasList(Collection<ThemeAlias> themeAliasList)

      A structure containing the list of the theme's aliases.

      Parameters:
      themeAliasList - A structure containing the list of the theme's aliases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeAliasList

      ListThemeAliasesResponse.Builder themeAliasList(ThemeAlias... themeAliasList)

      A structure containing the list of the theme's aliases.

      Parameters:
      themeAliasList - A structure containing the list of the theme's aliases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeAliasList

      ListThemeAliasesResponse.Builder themeAliasList(Consumer<ThemeAlias.Builder>... themeAliasList)

      A structure containing the list of the theme's aliases.

      This is a convenience method that creates an instance of the ThemeAlias.Builder avoiding the need to create one manually via ThemeAlias.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to themeAliasList(List<ThemeAlias>).

      Parameters:
      themeAliasList - a consumer that will call methods on ThemeAlias.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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.
    • nextToken

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.