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