@Stability(value=Stable) public static final class CfnTheme.DataColorPaletteProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTheme.DataColorPaletteProperty>
CfnTheme.DataColorPaletteProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTheme.DataColorPaletteProperty |
build()
Builds the configured instance.
|
CfnTheme.DataColorPaletteProperty.Builder |
colors(List<String> colors)
Sets the value of
CfnTheme.DataColorPaletteProperty.getColors() |
CfnTheme.DataColorPaletteProperty.Builder |
emptyFillColor(String emptyFillColor)
Sets the value of
CfnTheme.DataColorPaletteProperty.getEmptyFillColor() |
CfnTheme.DataColorPaletteProperty.Builder |
minMaxGradient(List<String> minMaxGradient)
Sets the value of
CfnTheme.DataColorPaletteProperty.getMinMaxGradient() |
@Stability(value=Stable) public CfnTheme.DataColorPaletteProperty.Builder colors(List<String> colors)
CfnTheme.DataColorPaletteProperty.getColors()colors - The hexadecimal codes for the colors.this@Stability(value=Stable) public CfnTheme.DataColorPaletteProperty.Builder emptyFillColor(String emptyFillColor)
CfnTheme.DataColorPaletteProperty.getEmptyFillColor()emptyFillColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.this@Stability(value=Stable) public CfnTheme.DataColorPaletteProperty.Builder minMaxGradient(List<String> minMaxGradient)
CfnTheme.DataColorPaletteProperty.getMinMaxGradient()minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.this@Stability(value=Stable) public CfnTheme.DataColorPaletteProperty build()
build in interface software.amazon.jsii.Builder<CfnTheme.DataColorPaletteProperty>CfnTheme.DataColorPalettePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.