public static interface UpdateThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemeAliasRequest.Builder,UpdateThemeAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeAliasRequest.Builder |
aliasName(String aliasName)
The name of the theme alias that you want to update.
|
UpdateThemeAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias that you're updating.
|
UpdateThemeAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateThemeAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateThemeAliasRequest.Builder |
themeId(String themeId)
The ID for the theme.
|
UpdateThemeAliasRequest.Builder |
themeVersionNumber(Long themeVersionNumber)
The version number of the theme that the alias should reference.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias that you're updating.
awsAccountId - The ID of the Amazon Web Services account that contains the theme alias that you're updating.UpdateThemeAliasRequest.Builder themeId(String themeId)
The ID for the theme.
themeId - The ID for the theme.UpdateThemeAliasRequest.Builder aliasName(String aliasName)
The name of the theme alias that you want to update.
aliasName - The name of the theme alias that you want to update.UpdateThemeAliasRequest.Builder themeVersionNumber(Long themeVersionNumber)
The version number of the theme that the alias should reference.
themeVersionNumber - The version number of the theme that the alias should reference.UpdateThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.