public static interface DeleteTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTemplateAliasRequest.Builder,DeleteTemplateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTemplateAliasRequest.Builder |
aliasName(String aliasName)
The name for the template alias.
|
DeleteTemplateAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the item to delete.
|
DeleteTemplateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTemplateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTemplateAliasRequest.Builder |
templateId(String templateId)
The ID for the template that the specified alias is for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the item to delete.
awsAccountId - The ID of the AWS account that contains the item to delete.DeleteTemplateAliasRequest.Builder templateId(String templateId)
The ID for the template that the specified alias is for.
templateId - The ID for the template that the specified alias is for.DeleteTemplateAliasRequest.Builder aliasName(String aliasName)
The name for the template alias. If you name a specific alias, you delete the version that the alias points
to. You can specify the latest version of the template by providing the keyword $LATEST in the
AliasName parameter.
aliasName - The name for the template alias. If you name a specific alias, you delete the version that the alias
points to. You can specify the latest version of the template by providing the keyword
$LATEST in the AliasName parameter.DeleteTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.