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 AWS 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTemplateRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the template that you're describing.
awsAccountId
- The ID of the AWS 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.Builder
DescribeTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.