public static interface ThemeVersion.Builder extends SdkPojo, CopyableBuilder<ThemeVersion.Builder,ThemeVersion>
| Modifier and Type | Method and Description |
|---|---|
ThemeVersion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ThemeVersion.Builder |
baseThemeId(String baseThemeId)
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.
|
default ThemeVersion.Builder |
configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains all the theme display properties.
|
ThemeVersion.Builder |
configuration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
|
ThemeVersion.Builder |
createdTime(Instant createdTime)
The date and time that this theme version was created.
|
ThemeVersion.Builder |
description(String description)
The description of the theme.
|
ThemeVersion.Builder |
errors(Collection<ThemeError> errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
errors(Consumer<ThemeError.Builder>... errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
errors(ThemeError... errors)
Errors associated with the theme.
|
ThemeVersion.Builder |
status(ResourceStatus status)
The status of the theme version.
|
ThemeVersion.Builder |
status(String status)
The status of the theme version.
|
ThemeVersion.Builder |
versionNumber(Long versionNumber)
The version number of the theme.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeVersion.Builder versionNumber(Long versionNumber)
The version number of the theme.
versionNumber - The version number of the theme.ThemeVersion.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.ThemeVersion.Builder description(String description)
The description of the theme.
description - The description of the theme.ThemeVersion.Builder baseThemeId(String baseThemeId)
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.
baseThemeId - The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially
inherit from a default QuickSight theme.ThemeVersion.Builder createdTime(Instant createdTime)
The date and time that this theme version was created.
createdTime - The date and time that this theme version was created.ThemeVersion.Builder configuration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
configuration - The theme configuration, which contains all the theme display properties.default ThemeVersion.Builder configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains all the theme display properties.
This is a convenience that creates an instance of theThemeConfiguration.Builder avoiding the need to
create one manually via ThemeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(ThemeConfiguration).configuration - a consumer that will call methods on ThemeConfiguration.Builderconfiguration(ThemeConfiguration)ThemeVersion.Builder errors(Collection<ThemeError> errors)
Errors associated with the theme.
errors - Errors associated with the theme.ThemeVersion.Builder errors(ThemeError... errors)
Errors associated with the theme.
errors - Errors associated with the theme.ThemeVersion.Builder errors(Consumer<ThemeError.Builder>... errors)
Errors associated with the theme.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) ThemeVersion.Builder status(String status)
The status of the theme version.
status - The status of the theme version.ResourceStatus,
ResourceStatusThemeVersion.Builder status(ResourceStatus status)
The status of the theme version.
status - The status of the theme version.ResourceStatus,
ResourceStatusCopyright © 2020. All rights reserved.