Interface ThemeSummary.Builder

    • Method Detail

      • arn

        ThemeSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource.

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

        ThemeSummary.Builder name​(String name)

        the display name for the theme.

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

        ThemeSummary.Builder themeId​(String themeId)

        The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Parameters:
        themeId - The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersionNumber

        ThemeSummary.Builder latestVersionNumber​(Long latestVersionNumber)

        The latest version number for the theme.

        Parameters:
        latestVersionNumber - The latest version number for the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        ThemeSummary.Builder createdTime​(Instant createdTime)

        The date and time that this theme was created.

        Parameters:
        createdTime - The date and time that this theme was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        ThemeSummary.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The last date and time that this theme was updated.

        Parameters:
        lastUpdatedTime - The last date and time that this theme was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.