| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Theme.Builder> |
Theme.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeThemeResponse.Builder |
DescribeThemeResponse.Builder.theme(Consumer<Theme.Builder> theme)
The information about the theme that you are describing.
|
Copyright © 2023. All rights reserved.