Class UIColorPalette
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.UIColorPalette
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UIColorPalette.Builder,UIColorPalette>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUIColorPalette.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaccent()This color is that applies to selected states and buttons.StringaccentForeground()The foreground color that applies to any text or other elements that appear over the accent color.static UIColorPalette.Builderbuilder()Stringdanger()The color that applies to error messages.StringdangerForeground()The foreground color that applies to any text or other elements that appear over the error color.Stringdimension()The color that applies to the names of fields that are identified as dimensions.StringdimensionForeground()The foreground color that applies to any text or other elements that appear over the dimension color.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmeasure()The color that applies to the names of fields that are identified as measures.StringmeasureForeground()The foreground color that applies to any text or other elements that appear over the measure color.StringprimaryBackground()The background color that applies to visuals and other high emphasis UI.StringprimaryForeground()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()StringsecondaryBackground()The background color that applies to the sheet background and sheet controls.StringsecondaryForeground()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()Stringsuccess()The color that applies to success messages, for example the check mark for a successful download.StringsuccessForeground()The foreground color that applies to any text or other elements that appear over the success color.UIColorPalette.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringwarning()This color that applies to warning and informational messages.StringwarningForeground()The foreground color that applies to any text or other elements that appear over the warning color.-
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
-
primaryForeground
public final 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.
- Returns:
- 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.
-
primaryBackground
public final String primaryBackground()
The background color that applies to visuals and other high emphasis UI.
- Returns:
- The background color that applies to visuals and other high emphasis UI.
-
secondaryForeground
public final String secondaryForeground()
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- Returns:
- The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
-
secondaryBackground
public final String secondaryBackground()
The background color that applies to the sheet background and sheet controls.
- Returns:
- The background color that applies to the sheet background and sheet controls.
-
accent
public final String accent()
This color is that applies to selected states and buttons.
- Returns:
- This color is that applies to selected states and buttons.
-
accentForeground
public final String accentForeground()
The foreground color that applies to any text or other elements that appear over the accent color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the accent color.
-
danger
public final String danger()
The color that applies to error messages.
- Returns:
- The color that applies to error messages.
-
dangerForeground
public final String dangerForeground()
The foreground color that applies to any text or other elements that appear over the error color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the error color.
-
warning
public final String warning()
This color that applies to warning and informational messages.
- Returns:
- This color that applies to warning and informational messages.
-
warningForeground
public final String warningForeground()
The foreground color that applies to any text or other elements that appear over the warning color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the warning color.
-
success
public final String success()
The color that applies to success messages, for example the check mark for a successful download.
- Returns:
- The color that applies to success messages, for example the check mark for a successful download.
-
successForeground
public final String successForeground()
The foreground color that applies to any text or other elements that appear over the success color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the success color.
-
dimension
public final String dimension()
The color that applies to the names of fields that are identified as dimensions.
- Returns:
- The color that applies to the names of fields that are identified as dimensions.
-
dimensionForeground
public final String dimensionForeground()
The foreground color that applies to any text or other elements that appear over the dimension color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the dimension color.
-
measure
public final String measure()
The color that applies to the names of fields that are identified as measures.
- Returns:
- The color that applies to the names of fields that are identified as measures.
-
measureForeground
public final String measureForeground()
The foreground color that applies to any text or other elements that appear over the measure color.
- Returns:
- The foreground color that applies to any text or other elements that appear over the measure color.
-
toBuilder
public UIColorPalette.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UIColorPalette.Builder,UIColorPalette>
-
builder
public static UIColorPalette.Builder builder()
-
serializableBuilderClass
public static Class<? extends UIColorPalette.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.
-
-