| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ThemeConfiguration.Builder |
ThemeConfiguration.builder() |
default ThemeConfiguration.Builder |
ThemeConfiguration.Builder.dataColorPalette(Consumer<DataColorPalette.Builder> dataColorPalette)
Color properties that apply to chart data colors.
|
ThemeConfiguration.Builder |
ThemeConfiguration.Builder.dataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
|
default ThemeConfiguration.Builder |
ThemeConfiguration.Builder.sheet(Consumer<SheetStyle.Builder> sheet)
Display options related to sheets.
|
ThemeConfiguration.Builder |
ThemeConfiguration.Builder.sheet(SheetStyle sheet)
Display options related to sheets.
|
ThemeConfiguration.Builder |
ThemeConfiguration.toBuilder() |
default ThemeConfiguration.Builder |
ThemeConfiguration.Builder.typography(Consumer<Typography.Builder> typography)
Sets the value of the Typography property for this object.
|
ThemeConfiguration.Builder |
ThemeConfiguration.Builder.typography(Typography typography)
Sets the value of the Typography property for this object.
|
default ThemeConfiguration.Builder |
ThemeConfiguration.Builder.uiColorPalette(Consumer<UIColorPalette.Builder> uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
ThemeConfiguration.Builder |
ThemeConfiguration.Builder.uiColorPalette(UIColorPalette uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThemeConfiguration.Builder> |
ThemeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains the theme display properties.
|
default CreateThemeRequest.Builder |
CreateThemeRequest.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains the theme display properties.
|
default ThemeVersion.Builder |
ThemeVersion.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration)
The theme configuration, which contains all the theme display properties.
|
Copyright © 2023. All rights reserved.