public static interface DeleteThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeAliasRequest.Builder,DeleteThemeAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteThemeAliasRequest.Builder |
aliasName(String aliasName)
The unique name for the theme alias to delete.
|
DeleteThemeAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
|
DeleteThemeAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteThemeAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteThemeAliasRequest.Builder |
themeId(String themeId)
The ID for the theme that the specified alias is for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
awsAccountId - The ID of the Amazon Web Services account that contains the theme alias to delete.DeleteThemeAliasRequest.Builder themeId(String themeId)
The ID for the theme that the specified alias is for.
themeId - The ID for the theme that the specified alias is for.DeleteThemeAliasRequest.Builder aliasName(String aliasName)
The unique name for the theme alias to delete.
aliasName - The unique name for the theme alias to delete.DeleteThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.