public static interface DescribeTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateAliasRequest.Builder,DescribeTemplateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateAliasRequest.Builder |
aliasName(String aliasName)
The name of the template alias that you want to describe.
|
DescribeTemplateAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the template alias that you're describing.
|
DescribeTemplateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTemplateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTemplateAliasRequest.Builder |
templateId(String templateId)
The ID for the template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the template alias that you're describing.
awsAccountId - The ID of the AWS account that contains the template alias that you're describing.DescribeTemplateAliasRequest.Builder templateId(String templateId)
The ID for the template.
templateId - The ID for the template.DescribeTemplateAliasRequest.Builder aliasName(String aliasName)
The name of the template alias that you want to describe. If you name a specific alias, you describe 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 name of the template alias that you want to describe. If you name a specific alias, you describe
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.DescribeTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.