Class CfnWorkspace.FontFamilyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnWorkspace.FontFamilyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspace.FontFamilyProperty>
- Enclosing interface:
CfnWorkspace.FontFamilyProperty
@Stability(Stable)
public static final class CfnWorkspace.FontFamilyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspace.FontFamilyProperty>
A builder for
CfnWorkspace.FontFamilyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultValue(String defaultValue) Sets the value ofCfnWorkspace.FontFamilyProperty.getDefaultValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultValue
Sets the value ofCfnWorkspace.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<CfnWorkspace.FontFamilyProperty>- Returns:
- a new instance of
CfnWorkspace.FontFamilyProperty - Throws:
NullPointerException- if any required attribute was not provided
-