Interface ThemeSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ThemeSummary.Builder,ThemeSummary>, SdkBuilder<ThemeSummary.Builder,ThemeSummary>, SdkPojo
Enclosing class:
ThemeSummary

public static interface ThemeSummary.Builder extends SdkPojo, CopyableBuilder<ThemeSummary.Builder,ThemeSummary>
  • Method Details

    • 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

      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.