Interface TemplateAlias.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TemplateAlias.Builder,TemplateAlias>, SdkBuilder<TemplateAlias.Builder,TemplateAlias>, SdkPojo
Enclosing class:
TemplateAlias

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

    • aliasName

      TemplateAlias.Builder aliasName(String aliasName)

      The display name of the template alias.

      Parameters:
      aliasName - The display name of the template alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the template alias.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the template alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateVersionNumber

      TemplateAlias.Builder templateVersionNumber(Long templateVersionNumber)

      The version number of the template alias.

      Parameters:
      templateVersionNumber - The version number of the template alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.