@Stability(value=Stable)
public static interface CfnTheme.UIColorPaletteProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
UIColorPaletteProperty uIColorPaletteProperty = UIColorPaletteProperty.builder()
.accent("accent")
.accentForeground("accentForeground")
.danger("danger")
.dangerForeground("dangerForeground")
.dimension("dimension")
.dimensionForeground("dimensionForeground")
.measure("measure")
.measureForeground("measureForeground")
.primaryBackground("primaryBackground")
.primaryForeground("primaryForeground")
.secondaryBackground("secondaryBackground")
.secondaryForeground("secondaryForeground")
.success("success")
.successForeground("successForeground")
.warning("warning")
.warningForeground("warningForeground")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.UIColorPaletteProperty.Builder
A builder for
CfnTheme.UIColorPaletteProperty |
static class |
CfnTheme.UIColorPaletteProperty.Jsii$Proxy
An implementation for
CfnTheme.UIColorPaletteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.UIColorPaletteProperty.Builder |
builder() |
default String |
getAccent()
`CfnTheme.UIColorPaletteProperty.Accent`.
|
default String |
getAccentForeground()
`CfnTheme.UIColorPaletteProperty.AccentForeground`.
|
default String |
getDanger()
`CfnTheme.UIColorPaletteProperty.Danger`.
|
default String |
getDangerForeground()
`CfnTheme.UIColorPaletteProperty.DangerForeground`.
|
default String |
getDimension()
`CfnTheme.UIColorPaletteProperty.Dimension`.
|
default String |
getDimensionForeground()
`CfnTheme.UIColorPaletteProperty.DimensionForeground`.
|
default String |
getMeasure()
`CfnTheme.UIColorPaletteProperty.Measure`.
|
default String |
getMeasureForeground()
`CfnTheme.UIColorPaletteProperty.MeasureForeground`.
|
default String |
getPrimaryBackground()
`CfnTheme.UIColorPaletteProperty.PrimaryBackground`.
|
default String |
getPrimaryForeground()
`CfnTheme.UIColorPaletteProperty.PrimaryForeground`.
|
default String |
getSecondaryBackground()
`CfnTheme.UIColorPaletteProperty.SecondaryBackground`.
|
default String |
getSecondaryForeground()
`CfnTheme.UIColorPaletteProperty.SecondaryForeground`.
|
default String |
getSuccess()
`CfnTheme.UIColorPaletteProperty.Success`.
|
default String |
getSuccessForeground()
`CfnTheme.UIColorPaletteProperty.SuccessForeground`.
|
default String |
getWarning()
`CfnTheme.UIColorPaletteProperty.Warning`.
|
default String |
getWarningForeground()
`CfnTheme.UIColorPaletteProperty.WarningForeground`.
|
@Stability(value=Stable) @Nullable default String getAccent()
@Stability(value=Stable) @Nullable default String getAccentForeground()
@Stability(value=Stable) @Nullable default String getDanger()
@Stability(value=Stable) @Nullable default String getDangerForeground()
@Stability(value=Stable) @Nullable default String getDimension()
@Stability(value=Stable) @Nullable default String getDimensionForeground()
@Stability(value=Stable) @Nullable default String getMeasure()
@Stability(value=Stable) @Nullable default String getMeasureForeground()
@Stability(value=Stable) @Nullable default String getPrimaryBackground()
@Stability(value=Stable) @Nullable default String getPrimaryForeground()
@Stability(value=Stable) @Nullable default String getSecondaryBackground()
@Stability(value=Stable) @Nullable default String getSecondaryForeground()
@Stability(value=Stable) @Nullable default String getSuccess()
@Stability(value=Stable) @Nullable default String getSuccessForeground()
@Stability(value=Stable) @Nullable default String getWarning()
@Stability(value=Stable) @Nullable default String getWarningForeground()
@Stability(value=Stable) static CfnTheme.UIColorPaletteProperty.Builder builder()
Copyright © 2021. All rights reserved.