public static interface ListThemesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListThemesRequest.Builder,ListThemesRequest>
Modifier and Type | Method and Description |
---|---|
ListThemesRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS 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(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThemesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThemesRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the themes that you're listing.
awsAccountId
- The ID of the AWS account that contains the themes that you're listing.ListThemesRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.ListThemesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.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 QuickSight.
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 QuickSight.
ThemeType
,
ThemeType
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 QuickSight.
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 QuickSight.
ThemeType
,
ThemeType
ListThemesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListThemesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.