Interface UpdateTemplateAliasRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateTemplateAliasRequest.Builder,,- UpdateTemplateAliasRequest> - QuickSightRequest.Builder,- SdkBuilder<UpdateTemplateAliasRequest.Builder,,- UpdateTemplateAliasRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateTemplateAliasRequest
@Mutable
@NotThreadSafe
public static interface UpdateTemplateAliasRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateAliasRequest.Builder,UpdateTemplateAliasRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe alias of the template that you want to update.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the template alias that you're updating.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 for the template.templateVersionNumber(Long templateVersionNumber) The version number of the template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID of the Amazon Web Services account that contains the template alias that you're updating. - Parameters:
- awsAccountId- The ID of the Amazon Web Services account that contains the template alias that you're updating.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
templateIdThe 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.
 
- 
aliasNameThe alias of the template that you want to update. If you name a specific alias, you update 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 alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword- $LATESTin the- AliasNameparameter. The keyword- $PUBLISHEDdoesn't apply to templates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
templateVersionNumberThe 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.
 
- 
overrideConfigurationUpdateTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-