public static interface DescribeTemplateRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateRequest.Builder,DescribeTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateRequest.Builder |
aliasName(String aliasName)
The alias of the template that you want to describe.
|
DescribeTemplateRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you're describing.
|
DescribeTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTemplateRequest.Builder |
templateId(String templateId)
The ID for the template.
|
DescribeTemplateRequest.Builder |
versionNumber(Long versionNumber)
(Optional) The number for the version to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplateRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you're describing.
awsAccountId - The ID of the Amazon Web Services account that contains the template that you're describing.DescribeTemplateRequest.Builder templateId(String templateId)
The ID for the template.
templateId - The ID for the template.DescribeTemplateRequest.Builder versionNumber(Long versionNumber)
(Optional) The number for the version to describe. If a VersionNumber parameter value isn't
provided, the latest version of the template is described.
versionNumber - (Optional) The number for the version to describe. If a VersionNumber parameter value
isn't provided, the latest version of the template is described.DescribeTemplateRequest.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.DescribeTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.