| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateThemeResponse |
QuickSightClient.updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)
Updates a theme.
|
default CompletableFuture<UpdateThemeResponse> |
QuickSightAsyncClient.updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)
Updates a theme.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme that you're updating.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.baseThemeId(String baseThemeId)
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
|
static UpdateThemeRequest.Builder |
UpdateThemeRequest.builder() |
default UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.configuration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.name(String name)
The name for the theme.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.themeId(String themeId)
The ID for the theme.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.toBuilder() |
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.versionDescription(String versionDescription)
A description of the theme version that you're updating Every time that you call
UpdateTheme,
you create a new version of the theme. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateThemeRequest.Builder> |
UpdateThemeRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.