Interface TemplateAlias.Builder

    • Method Detail

      • 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

        TemplateAlias.Builder arn​(String 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.