Interface DeleteThemeRequest.Builder

    • Method Detail

      • awsAccountId

        DeleteThemeRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the theme that you're deleting.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the theme that you're deleting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • themeId

        DeleteThemeRequest.Builder themeId​(String themeId)

        An ID for the theme that you want to delete.

        Parameters:
        themeId - An ID for the theme that you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionNumber

        DeleteThemeRequest.Builder versionNumber​(Long versionNumber)

        The version of the theme that you want to delete.

        Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

        Parameters:
        versionNumber - The version of the theme that you want to delete.

        Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

        Returns:
        Returns a reference to this object so that method calls can be chained together.