public static interface CreateTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateAliasRequest.Builder,CreateTemplateAliasRequest>
Modifier and Type | Method and Description |
---|---|
CreateTemplateAliasRequest.Builder |
aliasName(String aliasName)
The name that you want to give to the template alias that you're creating.
|
CreateTemplateAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
|
CreateTemplateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTemplateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTemplateAliasRequest.Builder |
templateId(String templateId)
An ID for the template.
|
CreateTemplateAliasRequest.Builder |
templateVersionNumber(Long templateVersionNumber)
The version number of the template.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
awsAccountId
- The ID of the Amazon Web Services account that contains the template that you creating an alias for.CreateTemplateAliasRequest.Builder templateId(String templateId)
An ID for the template.
templateId
- An ID for the template.CreateTemplateAliasRequest.Builder aliasName(String aliasName)
The name that you want to give to the template alias that you're creating. Don't start the alias name with
the $
character. Alias names that start with $
are reserved by Amazon QuickSight.
aliasName
- The name that you want to give to the template alias that you're creating. Don't start the alias name
with the $
character. Alias names that start with $
are reserved by Amazon
QuickSight.CreateTemplateAliasRequest.Builder templateVersionNumber(Long templateVersionNumber)
The version number of the template.
templateVersionNumber
- The version number of the template.CreateTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.