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