Class ThemeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ThemeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThemeConfiguration.Builder,ThemeConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThemeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThemeConfiguration.Builderbuilder()DataColorPalettedataColorPalette()Color properties that apply to chart data colors.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ThemeConfiguration.Builder>serializableBuilderClass()SheetStylesheet()Display options related to sheets.ThemeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.Typographytypography()Returns the value of the Typography property for this object.UIColorPaletteuiColorPalette()Color properties that apply to the UI and to charts, excluding the colors that apply to data.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataColorPalette
public final DataColorPalette dataColorPalette()
Color properties that apply to chart data colors.
- Returns:
- Color properties that apply to chart data colors.
-
uiColorPalette
public final UIColorPalette uiColorPalette()
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
- Returns:
- Color properties that apply to the UI and to charts, excluding the colors that apply to data.
-
sheet
public final SheetStyle sheet()
Display options related to sheets.
- Returns:
- Display options related to sheets.
-
typography
public final Typography typography()
Returns the value of the Typography property for this object.- Returns:
- The value of the Typography property for this object.
-
toBuilder
public ThemeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThemeConfiguration.Builder,ThemeConfiguration>
-
builder
public static ThemeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThemeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-