Interface ListThemesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListThemesRequest.Builder,ListThemesRequest>, QuickSightRequest.Builder, SdkBuilder<ListThemesRequest.Builder,ListThemesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListThemesRequest

public static interface ListThemesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListThemesRequest.Builder,ListThemesRequest>
  • Method Details

    • awsAccountId

      ListThemesRequest.Builder awsAccountId(String awsAccountId)

      The ID of the Amazon Web Services account that contains the themes that you're listing.

      Parameters:
      awsAccountId - The ID of the Amazon Web Services account that contains the themes that you're listing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListThemesRequest.Builder nextToken(String 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.
    • maxResults

      ListThemesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to be returned per request.

      Parameters:
      maxResults - The maximum number of results to be returned per request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of themes that you want to list. Valid options include the following:

      • ALL (default)- Display all existing themes.

      • CUSTOM - Display only the themes created by people using Amazon QuickSight.

      • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

      Parameters:
      type - The type of themes that you want to list. Valid options include the following:

      • ALL (default)- Display all existing themes.

      • CUSTOM - Display only the themes created by people using Amazon QuickSight.

      • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of themes that you want to list. Valid options include the following:

      • ALL (default)- Display all existing themes.

      • CUSTOM - Display only the themes created by people using Amazon QuickSight.

      • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

      Parameters:
      type - The type of themes that you want to list. Valid options include the following:

      • ALL (default)- Display all existing themes.

      • CUSTOM - Display only the themes created by people using Amazon QuickSight.

      • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListThemesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.