public static interface Theme.Builder extends SdkPojo, CopyableBuilder<Theme.Builder,Theme>
Modifier and Type | Method and Description |
---|---|
Theme.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the theme.
|
Theme.Builder |
createdTime(Instant createdTime)
The date and time that the theme was created.
|
Theme.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the theme was last updated.
|
Theme.Builder |
name(String name)
The name that the user gives to the theme.
|
Theme.Builder |
themeId(String themeId)
The identifier that the user gives to the theme.
|
Theme.Builder |
type(String type)
The type of theme, based on how it was created.
|
Theme.Builder |
type(ThemeType type)
The type of theme, based on how it was created.
|
default Theme.Builder |
version(Consumer<ThemeVersion.Builder> version)
Sets the value of the Version property for this object.
|
Theme.Builder |
version(ThemeVersion version)
Sets the value of the Version property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Theme.Builder arn(String arn)
The Amazon Resource Name (ARN) of the theme.
arn
- The Amazon Resource Name (ARN) of the theme.Theme.Builder name(String name)
The name that the user gives to the theme.
name
- The name that the user gives to the theme.Theme.Builder themeId(String themeId)
The identifier that the user gives to the theme.
themeId
- The identifier that the user gives to the theme.Theme.Builder version(ThemeVersion version)
version
- The new value for the Version property for this object.default Theme.Builder version(Consumer<ThemeVersion.Builder> version)
ThemeVersion.Builder
avoiding the need to
create one manually via ThemeVersion.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to version(ThemeVersion)
.version
- a consumer that will call methods on ThemeVersion.Builder
version(ThemeVersion)
Theme.Builder createdTime(Instant createdTime)
The date and time that the theme was created.
createdTime
- The date and time that the theme was created.Theme.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the theme was last updated.
lastUpdatedTime
- The date and time that the theme was last updated.Theme.Builder type(String type)
The type of theme, based on how it was created. Valid values include: QUICKSIGHT
and
CUSTOM
.
Theme.Builder type(ThemeType type)
The type of theme, based on how it was created. Valid values include: QUICKSIGHT
and
CUSTOM
.
Copyright © 2020. All rights reserved.