Interface UpdateTemplateAliasRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateTemplateAliasRequest.Builder,UpdateTemplateAliasRequest>, QuickSightRequest.Builder, SdkBuilder<UpdateTemplateAliasRequest.Builder,UpdateTemplateAliasRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateTemplateAliasRequest

public static interface UpdateTemplateAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateAliasRequest.Builder,UpdateTemplateAliasRequest>
  • Method Details

    • awsAccountId

      UpdateTemplateAliasRequest.Builder awsAccountId(String awsAccountId)

      The 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.
    • 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

      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 $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn'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 $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateVersionNumber

      UpdateTemplateAliasRequest.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

      UpdateTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.