Interface CreateTemplateAliasRequest.Builder

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

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

    • 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

      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

      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 Amazon 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 Amazon 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)
      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.