Interface DeleteTemplateAliasResponse.Builder

    • Method Detail

      • status

        DeleteTemplateAliasResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        DeleteTemplateAliasResponse.Builder templateId​(String templateId)

        An ID for the template associated with the deletion.

        Parameters:
        templateId - An ID for the template associated with the deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasName

        DeleteTemplateAliasResponse.Builder aliasName​(String aliasName)

        The name for the template alias.

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

        DeleteTemplateAliasResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the template you want to delete.

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

        DeleteTemplateAliasResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.