Interface DeleteTemplateAliasRequest.Builder

    • Method Detail

      • awsAccountId

        DeleteTemplateAliasRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the item to delete.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the item to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        DeleteTemplateAliasRequest.Builder templateId​(String templateId)

        The ID for the template that the specified alias is for.

        Parameters:
        templateId - The ID for the template that the specified alias is for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasName

        DeleteTemplateAliasRequest.Builder aliasName​(String aliasName)

        The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

        Parameters:
        aliasName - The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.