public static interface ThemeSummary.Builder extends SdkPojo, CopyableBuilder<ThemeSummary.Builder,ThemeSummary>
| Modifier and Type | Method and Description |
|---|---|
ThemeSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ThemeSummary.Builder |
createdTime(Instant createdTime)
The date and time that this theme was created.
|
ThemeSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last date and time that this theme was updated.
|
ThemeSummary.Builder |
latestVersionNumber(Long latestVersionNumber)
The latest version number for the theme.
|
ThemeSummary.Builder |
name(String name)
the display name for the theme.
|
ThemeSummary.Builder |
themeId(String themeId)
The ID of the theme.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.ThemeSummary.Builder name(String name)
the display name for the theme.
name - the display name for the theme.ThemeSummary.Builder themeId(String themeId)
The ID of the theme. This ID is unique per AWS Region for each AWS account.
themeId - The ID of the theme. This ID is unique per AWS Region for each AWS account.ThemeSummary.Builder latestVersionNumber(Long latestVersionNumber)
The latest version number for the theme.
latestVersionNumber - The latest version number for the theme.ThemeSummary.Builder createdTime(Instant createdTime)
The date and time that this theme was created.
createdTime - The date and time that this theme was created.ThemeSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last date and time that this theme was updated.
lastUpdatedTime - The last date and time that this theme was updated.Copyright © 2020. All rights reserved.