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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThemesRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.ListThemesRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to be returned per request.ListThemesRequest.Builder
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.ListThemesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListThemesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListThemesRequest.Builder
type(String type)
The type of themes that you want to list.ListThemesRequest.Builder
type(ThemeType type)
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 Detail
-
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
ListThemesRequest.Builder type(String 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:
ThemeType
,ThemeType
-
-
type
ListThemesRequest.Builder type(ThemeType 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:
ThemeType
,ThemeType
-
-
overrideConfiguration
ListThemesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListThemesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-