Interface ListThemesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListThemesRequest.Builder,
,ListThemesRequest> QuickSightRequest.Builder
,SdkBuilder<ListThemesRequest.Builder,
,ListThemesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListThemesRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the themes that you're listing.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The token for the next set of results, or null if there are no more results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of themes that you want to list.The type of themes that you want to list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListThemesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-