Class CfnTheme.ThemeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTheme.ThemeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTheme.ThemeConfigurationProperty>
- Enclosing interface:
CfnTheme.ThemeConfigurationProperty
@Stability(Stable)
public static final class CfnTheme.ThemeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTheme.ThemeConfigurationProperty>
A builder for
CfnTheme.ThemeConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataColorPalette
(IResolvable dataColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getDataColorPalette()
dataColorPalette
(CfnTheme.DataColorPaletteProperty dataColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getDataColorPalette()
sheet
(IResolvable sheet) Sets the value ofCfnTheme.ThemeConfigurationProperty.getSheet()
sheet
(CfnTheme.SheetStyleProperty sheet) Sets the value ofCfnTheme.ThemeConfigurationProperty.getSheet()
typography
(IResolvable typography) Sets the value ofCfnTheme.ThemeConfigurationProperty.getTypography()
typography
(CfnTheme.TypographyProperty typography) Sets the value ofCfnTheme.ThemeConfigurationProperty.getTypography()
uiColorPalette
(IResolvable uiColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getUiColorPalette()
uiColorPalette
(CfnTheme.UIColorPaletteProperty uiColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getUiColorPalette()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataColorPalette
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder dataColorPalette(IResolvable dataColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getDataColorPalette()
- Parameters:
dataColorPalette
- Color properties that apply to chart data colors.- Returns:
this
-
dataColorPalette
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder dataColorPalette(CfnTheme.DataColorPaletteProperty dataColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getDataColorPalette()
- Parameters:
dataColorPalette
- Color properties that apply to chart data colors.- Returns:
this
-
sheet
Sets the value ofCfnTheme.ThemeConfigurationProperty.getSheet()
- Parameters:
sheet
- Display options related to sheets.- Returns:
this
-
sheet
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder sheet(CfnTheme.SheetStyleProperty sheet) Sets the value ofCfnTheme.ThemeConfigurationProperty.getSheet()
- Parameters:
sheet
- Display options related to sheets.- Returns:
this
-
typography
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder typography(IResolvable typography) Sets the value ofCfnTheme.ThemeConfigurationProperty.getTypography()
- Parameters:
typography
- Determines the typography options.- Returns:
this
-
typography
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder typography(CfnTheme.TypographyProperty typography) Sets the value ofCfnTheme.ThemeConfigurationProperty.getTypography()
- Parameters:
typography
- Determines the typography options.- Returns:
this
-
uiColorPalette
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder uiColorPalette(IResolvable uiColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getUiColorPalette()
- Parameters:
uiColorPalette
- Color properties that apply to the UI and to charts, excluding the colors that apply to data.- Returns:
this
-
uiColorPalette
@Stability(Stable) public CfnTheme.ThemeConfigurationProperty.Builder uiColorPalette(CfnTheme.UIColorPaletteProperty uiColorPalette) Sets the value ofCfnTheme.ThemeConfigurationProperty.getUiColorPalette()
- Parameters:
uiColorPalette
- Color properties that apply to the UI and to charts, excluding the colors that apply to data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTheme.ThemeConfigurationProperty>
- Returns:
- a new instance of
CfnTheme.ThemeConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-