Interface DescribeThemeRequest.Builder

    • Method Detail

      • awsAccountId

        DescribeThemeRequest.Builder awsAccountId​(String awsAccountId)

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

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

        DescribeThemeRequest.Builder themeId​(String themeId)

        The ID for the theme.

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

        DescribeThemeRequest.Builder versionNumber​(Long versionNumber)

        The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.

        Parameters:
        versionNumber - The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasName

        DescribeThemeRequest.Builder aliasName​(String aliasName)

        The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

        Parameters:
        aliasName - The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.