Theme.Builder |
Theme.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the theme.
|
static Theme.Builder |
Theme.builder() |
|
Theme.Builder |
Theme.Builder.createdTime(Instant createdTime) |
The date and time that the theme was created.
|
Theme.Builder |
Theme.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the theme was last updated.
|
Theme.Builder |
Theme.Builder.name(String name) |
The name that the user gives to the theme.
|
Theme.Builder |
Theme.Builder.themeId(String themeId) |
The identifier that the user gives to the theme.
|
Theme.Builder |
Theme.toBuilder() |
|
Theme.Builder |
Theme.Builder.type(String type) |
The type of theme, based on how it was created.
|
Theme.Builder |
Theme.Builder.type(ThemeType type) |
The type of theme, based on how it was created.
|
default Theme.Builder |
Theme.Builder.version(Consumer<ThemeVersion.Builder> version) |
Sets the value of the Version property for this object.
|
Theme.Builder |
Theme.Builder.version(ThemeVersion version) |
Sets the value of the Version property for this object.
|