Interface DeleteThemeAliasResponse.Builder

    • Method Detail

      • aliasName

        DeleteThemeAliasResponse.Builder aliasName​(String aliasName)

        The name for the theme alias.

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

        DeleteThemeAliasResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the theme resource using the deleted alias.

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

        DeleteThemeAliasResponse.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.
      • status

        DeleteThemeAliasResponse.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.
      • themeId

        DeleteThemeAliasResponse.Builder themeId​(String themeId)

        An ID for the theme associated with the deletion.

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