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 Amazon Web Services 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.
awsAccountId
- The ID of the Amazon Web Services 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. To delete a specific alias, you delete the version that the alias points to.
You can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.
aliasName
- The name for the template alias. To delete a specific alias, you delete the version that the alias
points to. You can specify the alias name, or 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.Builder
DeleteTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.