public static interface ListThemeAliasesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListThemeAliasesRequest.Builder,ListThemeAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThemeAliasesRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme aliases that you're listing.
|
ListThemeAliasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListThemeAliasesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemeAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThemeAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThemeAliasesRequest.Builder |
themeId(String themeId)
The ID for the theme.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemeAliasesRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme aliases that you're listing.
awsAccountId - The ID of the AWS account that contains the theme aliases that you're listing.ListThemeAliasesRequest.Builder themeId(String themeId)
The ID for the theme.
themeId - The ID for the theme.ListThemeAliasesRequest.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.ListThemeAliasesRequest.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.ListThemeAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThemeAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.