public static interface UpdateTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateAliasRequest.Builder,UpdateTemplateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTemplateAliasRequest.Builder |
aliasName(String aliasName)
The alias of the template that you want to update.
|
UpdateTemplateAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the template alias that you're updating.
|
UpdateTemplateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTemplateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTemplateAliasRequest.Builder |
templateId(String templateId)
The ID for the template.
|
UpdateTemplateAliasRequest.Builder |
templateVersionNumber(Long templateVersionNumber)
The version number of the template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the template alias that you're updating.
awsAccountId - The ID of the AWS account that contains the template alias that you're updating.UpdateTemplateAliasRequest.Builder templateId(String templateId)
The ID for the template.
templateId - The ID for the template.UpdateTemplateAliasRequest.Builder aliasName(String aliasName)
The alias of the template that you want to update. If you name a specific alias, you update 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. The keyword $PUBLISHED doesn't
apply to templates.
aliasName - The alias of the template that you want to update. If you name a specific alias, you update 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. The keyword
$PUBLISHED doesn't apply to templates.UpdateTemplateAliasRequest.Builder templateVersionNumber(Long templateVersionNumber)
The version number of the template.
templateVersionNumber - The version number of the template.UpdateTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.