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, sdkFields
copy
applyMutation, build
ThemeVersion.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 Amazon QuickSight theme.
baseThemeId
- The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially
inherit from a default Amazon 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 method 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.Builder
configuration(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 method 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
,
ResourceStatus
ThemeVersion.Builder status(ResourceStatus status)
The status of the theme version.
status
- The status of the theme version.ResourceStatus
,
ResourceStatus
Copyright © 2022. All rights reserved.