Class CfnWorkspacePropsMixin.FontFamilyProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnWorkspacePropsMixin.FontFamilyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspacePropsMixin.FontFamilyProperty>
- Enclosing interface:
CfnWorkspacePropsMixin.FontFamilyProperty
@Stability(Stable)
public static final class CfnWorkspacePropsMixin.FontFamilyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspacePropsMixin.FontFamilyProperty>
A builder for
CfnWorkspacePropsMixin.FontFamilyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultValue(String defaultValue) Sets the value ofCfnWorkspacePropsMixin.FontFamilyProperty.getDefaultValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultValue
@Stability(Stable) public CfnWorkspacePropsMixin.FontFamilyProperty.Builder defaultValue(String defaultValue) Sets the value ofCfnWorkspacePropsMixin.FontFamilyProperty.getDefaultValue()- Parameters:
defaultValue- The default font family to use in the workspace theme.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspacePropsMixin.FontFamilyProperty>- Returns:
- a new instance of
CfnWorkspacePropsMixin.FontFamilyProperty - Throws:
NullPointerException- if any required attribute was not provided
-