Interface CreateThemeAliasRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateThemeAliasRequest.Builder,,- CreateThemeAliasRequest> - QuickSightRequest.Builder,- SdkBuilder<CreateThemeAliasRequest.Builder,,- CreateThemeAliasRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateThemeAliasRequest
@Mutable
@NotThreadSafe
public static interface CreateThemeAliasRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateThemeAliasRequest.Builder,CreateThemeAliasRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name that you want to give to the theme alias that you are creating.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the theme for the new theme alias.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An ID for the theme alias.themeVersionNumber(Long themeVersionNumber) The version number of the theme.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID of the Amazon Web Services account that contains the theme for the new theme alias. - Parameters:
- awsAccountId- The ID of the Amazon Web Services account that contains the theme for the new theme alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
themeIdAn ID for the theme alias. - Parameters:
- themeId- An ID for the theme alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aliasNameThe name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with$are reserved by Amazon Quick Sight.- Parameters:
- aliasName- The name that you want to give to the theme alias that you are creating. The alias name can't begin with a- $. Alias names that start with- $are reserved by Amazon Quick Sight.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
themeVersionNumberThe version number of the theme. - Parameters:
- themeVersionNumber- The version number of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-