Interface CreateTemplateAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTemplateAliasRequest.Builder,CreateTemplateAliasRequest>,QuickSightRequest.Builder,SdkBuilder<CreateTemplateAliasRequest.Builder,CreateTemplateAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTemplateAliasRequest
@Mutable @NotThreadSafe public static interface CreateTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateAliasRequest.Builder,CreateTemplateAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTemplateAliasRequest.BuilderaliasName(String aliasName)The name that you want to give to the template alias that you're creating.CreateTemplateAliasRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the template that you creating an alias for.CreateTemplateAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTemplateAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTemplateAliasRequest.BuildertemplateId(String templateId)An ID for the template.CreateTemplateAliasRequest.BuildertemplateVersionNumber(Long templateVersionNumber)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 Detail
-
awsAccountId
CreateTemplateAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the template that you creating an alias for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
CreateTemplateAliasRequest.Builder templateId(String templateId)
An ID for the template.
- Parameters:
templateId- An ID for the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
CreateTemplateAliasRequest.Builder aliasName(String aliasName)
The name that you want to give to the template alias that you're creating. Don't start the alias name with the
$character. Alias names that start with$are reserved by QuickSight.- Parameters:
aliasName- The name that you want to give to the template alias that you're creating. Don't start the alias name with the$character. Alias names that start with$are reserved by QuickSight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateVersionNumber
CreateTemplateAliasRequest.Builder templateVersionNumber(Long templateVersionNumber)
The version number of the template.
- Parameters:
templateVersionNumber- The version number of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-