public static interface DescribeTemplateDefinitionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateDefinitionRequest.Builder,DescribeTemplateDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateDefinitionRequest.Builder |
aliasName(String aliasName)
The alias of the template that you want to describe.
|
DescribeTemplateDefinitionRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template.
|
DescribeTemplateDefinitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTemplateDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTemplateDefinitionRequest.Builder |
templateId(String templateId)
The ID of the template that you're describing.
|
DescribeTemplateDefinitionRequest.Builder |
versionNumber(Long versionNumber)
The version number of the template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplateDefinitionRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
awsAccountId - The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web
Services account that the template is in.DescribeTemplateDefinitionRequest.Builder templateId(String templateId)
The ID of the template that you're describing.
templateId - The ID of the template that you're describing.DescribeTemplateDefinitionRequest.Builder versionNumber(Long versionNumber)
The version number of the template.
versionNumber - The version number of the template.DescribeTemplateDefinitionRequest.Builder aliasName(String aliasName)
The alias of the template 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 alias of the template 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.DescribeTemplateDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTemplateDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.