@Generated(value="software.amazon.awssdk:codegen") public final class UIColorPalette extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UIColorPalette.Builder,UIColorPalette>
The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color
code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more
information, see Using Themes
in Amazon QuickSight in the Amazon QuickSight User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UIColorPalette.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accent()
This color is that applies to selected states and buttons.
|
String |
accentForeground()
The foreground color that applies to any text or other elements that appear over the accent color.
|
static UIColorPalette.Builder |
builder() |
String |
danger()
The color that applies to error messages.
|
String |
dangerForeground()
The foreground color that applies to any text or other elements that appear over the error color.
|
String |
dimension()
The color that applies to the names of fields that are identified as dimensions.
|
String |
dimensionForeground()
The foreground color that applies to any text or other elements that appear over the dimension color.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
measure()
The color that applies to the names of fields that are identified as measures.
|
String |
measureForeground()
The foreground color that applies to any text or other elements that appear over the measure color.
|
String |
primaryBackground()
The background color that applies to visuals and other high emphasis UI.
|
String |
primaryForeground()
The color of text and other foreground elements that appear over the primary background regions, such as grid
lines, borders, table banding, icons, and so on.
|
List<SdkField<?>> |
sdkFields() |
String |
secondaryBackground()
The background color that applies to the sheet background and sheet controls.
|
String |
secondaryForeground()
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary
background.
|
static Class<? extends UIColorPalette.Builder> |
serializableBuilderClass() |
String |
success()
The color that applies to success messages, for example the check mark for a successful download.
|
String |
successForeground()
The foreground color that applies to any text or other elements that appear over the success color.
|
UIColorPalette.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
warning()
This color that applies to warning and informational messages.
|
String |
warningForeground()
The foreground color that applies to any text or other elements that appear over the warning color.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String primaryForeground()
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
public String primaryBackground()
The background color that applies to visuals and other high emphasis UI.
public String secondaryForeground()
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
public String secondaryBackground()
The background color that applies to the sheet background and sheet controls.
public String accent()
This color is that applies to selected states and buttons.
public String accentForeground()
The foreground color that applies to any text or other elements that appear over the accent color.
public String danger()
The color that applies to error messages.
public String dangerForeground()
The foreground color that applies to any text or other elements that appear over the error color.
public String warning()
This color that applies to warning and informational messages.
public String warningForeground()
The foreground color that applies to any text or other elements that appear over the warning color.
public String success()
The color that applies to success messages, for example the check mark for a successful download.
public String successForeground()
The foreground color that applies to any text or other elements that appear over the success color.
public String dimension()
The color that applies to the names of fields that are identified as dimensions.
public String dimensionForeground()
The foreground color that applies to any text or other elements that appear over the dimension color.
public String measure()
The color that applies to the names of fields that are identified as measures.
public String measureForeground()
The foreground color that applies to any text or other elements that appear over the measure color.
public UIColorPalette.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UIColorPalette.Builder,UIColorPalette>public static UIColorPalette.Builder builder()
public static Class<? extends UIColorPalette.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.