Interface DescribeTemplateAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTemplateAliasRequest.Builder,DescribeTemplateAliasRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeTemplateAliasRequest.Builder,DescribeTemplateAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTemplateAliasRequest
public static interface DescribeTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTemplateAliasRequest.Builder,DescribeTemplateAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTemplateAliasRequest.BuilderaliasName(String aliasName)The name of the template alias that you want to describe.DescribeTemplateAliasRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the template alias that you're describing.DescribeTemplateAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTemplateAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTemplateAliasRequest.BuildertemplateId(String templateId)The ID for 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
DescribeTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template alias that you're describing.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the template alias that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
DescribeTemplateAliasRequest.Builder templateId(String templateId)
The ID for the template.
- Parameters:
templateId- The ID for the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
DescribeTemplateAliasRequest.Builder aliasName(String aliasName)
The name of the template alias 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
$LATESTin theAliasNameparameter. The keyword$PUBLISHEDdoesn't apply to templates.- Parameters:
aliasName- The name of the template alias 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$LATESTin theAliasNameparameter. The keyword$PUBLISHEDdoesn't apply to templates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-