| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeVersion |
ThemeVersion.clone() |
ThemeVersion |
Theme.getVersion() |
ThemeVersion |
ThemeVersion.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ThemeVersion |
ThemeVersion.withBaseThemeId(String baseThemeId)
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.
|
ThemeVersion |
ThemeVersion.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
|
ThemeVersion |
ThemeVersion.withCreatedTime(Date createdTime)
The date and time that this theme version was created.
|
ThemeVersion |
ThemeVersion.withDescription(String description)
The description of the theme.
|
ThemeVersion |
ThemeVersion.withErrors(Collection<ThemeError> errors)
Errors associated with the theme.
|
ThemeVersion |
ThemeVersion.withErrors(ThemeError... errors)
Errors associated with the theme.
|
ThemeVersion |
ThemeVersion.withStatus(ResourceStatus status)
The status of the theme version.
|
ThemeVersion |
ThemeVersion.withStatus(String status)
The status of the theme version.
|
ThemeVersion |
ThemeVersion.withVersionNumber(Long versionNumber)
The version number of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Theme.setVersion(ThemeVersion version) |
Theme |
Theme.withVersion(ThemeVersion version) |
Copyright © 2023. All rights reserved.