Interface UpdateThemeAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThemeAliasRequest.Builder,UpdateThemeAliasRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateThemeAliasRequest.Builder,UpdateThemeAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThemeAliasRequest
public static interface UpdateThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemeAliasRequest.Builder,UpdateThemeAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateThemeAliasRequest.BuilderaliasName(String aliasName)The name of the theme alias that you want to update.UpdateThemeAliasRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the theme alias that you're updating.UpdateThemeAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThemeAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThemeAliasRequest.BuilderthemeId(String themeId)The ID for the theme.UpdateThemeAliasRequest.BuilderthemeVersionNumber(Long themeVersionNumber)The version number of the theme that the alias should reference.-
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
UpdateThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias that you're updating.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the theme alias that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
UpdateThemeAliasRequest.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.
-
aliasName
UpdateThemeAliasRequest.Builder aliasName(String aliasName)
The name of the theme alias that you want to update.
- Parameters:
aliasName- The name of the theme alias that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeVersionNumber
UpdateThemeAliasRequest.Builder themeVersionNumber(Long themeVersionNumber)
The version number of the theme that the alias should reference.
- Parameters:
themeVersionNumber- The version number of the theme that the alias should reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-