Interface DescribeTemplateDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTemplateDefinitionRequest.Builder,DescribeTemplateDefinitionRequest>
,QuickSightRequest.Builder
,SdkBuilder<DescribeTemplateDefinitionRequest.Builder,DescribeTemplateDefinitionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeTemplateDefinitionRequest
public static interface DescribeTemplateDefinitionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateDefinitionRequest.Builder,DescribeTemplateDefinitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTemplateDefinitionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeTemplateDefinitionRequest.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.
- 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
DescribeTemplateDefinitionRequest.Builder templateId(String 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
DescribeTemplateDefinitionRequest.Builder versionNumber(Long 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
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 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTemplateDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-