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