@Generated(value="software.amazon.awssdk:codegen") public final class ThemeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThemeConfiguration.Builder,ThemeConfiguration>
The theme configuration. This configuration contains all of the display properties for a theme.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThemeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThemeConfiguration.Builder |
builder() |
DataColorPalette |
dataColorPalette()
Color properties that apply to chart data colors.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThemeConfiguration.Builder> |
serializableBuilderClass() |
SheetStyle |
sheet()
Display options related to sheets.
|
ThemeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UIColorPalette |
uiColorPalette()
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic DataColorPalette dataColorPalette()
Color properties that apply to chart data colors.
public UIColorPalette uiColorPalette()
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
public SheetStyle sheet()
Display options related to sheets.
public ThemeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThemeConfiguration.Builder,ThemeConfiguration>public static ThemeConfiguration.Builder builder()
public static Class<? extends ThemeConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.