Interface DescribeTemplateDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTemplateDefinitionRequest.Builder,
,DescribeTemplateDefinitionRequest> QuickSightRequest.Builder
,SdkBuilder<DescribeTemplateDefinitionRequest.Builder,
,DescribeTemplateDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeTemplateDefinitionRequest
@Mutable
@NotThreadSafe
public static interface DescribeTemplateDefinitionRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateDefinitionRequest.Builder,DescribeTemplateDefinitionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias of the template that you want to describe.awsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the template.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateId
(String templateId) The ID of the template that you're describing.versionNumber
(Long versionNumber) The version number of the template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The ID of the template that you're describing.
- Parameters:
templateId
- The ID of the template that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number of the template.
- Parameters:
versionNumber
- The version number of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 theAliasName
parameter. The keyword$PUBLISHED
doesn't apply to templates.- Parameters:
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 theAliasName
parameter. The keyword$PUBLISHED
doesn't apply to templates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTemplateDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeTemplateDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-