| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeVersion.Builder |
ThemeVersion.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ThemeVersion.Builder |
ThemeVersion.Builder.baseThemeId(String baseThemeId)
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.
|
static ThemeVersion.Builder |
ThemeVersion.builder() |
default ThemeVersion.Builder |
ThemeVersion.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains all the theme display properties.
|
ThemeVersion.Builder |
ThemeVersion.Builder.configuration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
|
ThemeVersion.Builder |
ThemeVersion.Builder.createdTime(Instant createdTime)
The date and time that this theme version was created.
|
ThemeVersion.Builder |
ThemeVersion.Builder.description(String description)
The description of the theme.
|
ThemeVersion.Builder |
ThemeVersion.Builder.errors(Collection<ThemeError> errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
ThemeVersion.Builder.errors(Consumer<ThemeError.Builder>... errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
ThemeVersion.Builder.errors(ThemeError... errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
ThemeVersion.Builder.status(ResourceStatus status)
The status of the theme version.
|
ThemeVersion.Builder |
ThemeVersion.Builder.status(String status)
The status of the theme version.
|
ThemeVersion.Builder |
ThemeVersion.toBuilder() |
ThemeVersion.Builder |
ThemeVersion.Builder.versionNumber(Long versionNumber)
The version number of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThemeVersion.Builder> |
ThemeVersion.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Theme.Builder |
Theme.Builder.version(Consumer<ThemeVersion.Builder> version)
Sets the value of the Version property for this object.
|
Copyright © 2023. All rights reserved.