Class CfnThemePropsMixin.TypographyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.TypographyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnThemePropsMixin.TypographyProperty>
- Enclosing interface:
CfnThemePropsMixin.TypographyProperty
@Stability(Stable)
public static final class CfnThemePropsMixin.TypographyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnThemePropsMixin.TypographyProperty>
A builder for
CfnThemePropsMixin.TypographyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fontFamilies(List<? extends Object> fontFamilies) Sets the value ofCfnThemePropsMixin.TypographyProperty.getFontFamilies()fontFamilies(IResolvable fontFamilies) Sets the value ofCfnThemePropsMixin.TypographyProperty.getFontFamilies()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontFamilies
@Stability(Stable) public CfnThemePropsMixin.TypographyProperty.Builder fontFamilies(IResolvable fontFamilies) Sets the value ofCfnThemePropsMixin.TypographyProperty.getFontFamilies()- Parameters:
fontFamilies- Determines the list of font families.- Returns:
this
-
fontFamilies
@Stability(Stable) public CfnThemePropsMixin.TypographyProperty.Builder fontFamilies(List<? extends Object> fontFamilies) Sets the value ofCfnThemePropsMixin.TypographyProperty.getFontFamilies()- Parameters:
fontFamilies- Determines the list of font families.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnThemePropsMixin.TypographyProperty>- Returns:
- a new instance of
CfnThemePropsMixin.TypographyProperty - Throws:
NullPointerException- if any required attribute was not provided
-