public static interface CreateThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateThemeAliasRequest.Builder,CreateThemeAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateThemeAliasRequest.Builder |
aliasName(String aliasName)
The name that you want to give to the theme alias that you are creating.
|
CreateThemeAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
|
CreateThemeAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThemeAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateThemeAliasRequest.Builder |
themeId(String themeId)
An ID for the theme alias.
|
CreateThemeAliasRequest.Builder |
themeVersionNumber(Long themeVersionNumber)
The version number of the theme.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
awsAccountId - The ID of the Amazon Web Services account that contains the theme for the new theme alias.CreateThemeAliasRequest.Builder themeId(String themeId)
An ID for the theme alias.
themeId - An ID for the theme alias.CreateThemeAliasRequest.Builder aliasName(String 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 QuickSight.
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 QuickSight.CreateThemeAliasRequest.Builder themeVersionNumber(Long themeVersionNumber)
The version number of the theme.
themeVersionNumber - The version number of the theme.CreateThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.