Interface ListThemeAliasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListThemeAliasesRequest.Builder,ListThemeAliasesRequest>,QuickSightRequest.Builder,SdkBuilder<ListThemeAliasesRequest.Builder,ListThemeAliasesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListThemeAliasesRequest
public static interface ListThemeAliasesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListThemeAliasesRequest.Builder,ListThemeAliasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThemeAliasesRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the theme aliases that you're listing.ListThemeAliasesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListThemeAliasesRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListThemeAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThemeAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThemeAliasesRequest.BuilderthemeId(String themeId)The ID for the theme.-
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
ListThemeAliasesRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme aliases that you're listing.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the theme aliases that you're listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
ListThemeAliasesRequest.Builder themeId(String themeId)
The ID for the theme.
- Parameters:
themeId- The ID for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListThemeAliasesRequest.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
ListThemeAliasesRequest.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.
-
overrideConfiguration
ListThemeAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListThemeAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-