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, sdkFields
copy
applyMutation, build
ThemeSummary.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 Amazon Web Services Region; for each Amazon Web Services account;.
themeId
- The ID of the theme. This ID is unique per Amazon Web Services Region; for each Amazon Web Services
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 © 2021. All rights reserved.