Class CfnTemplate.FontWeightProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FontWeightProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FontWeightProperty>
- Enclosing interface:
CfnTemplate.FontWeightProperty
@Stability(Stable)
public static final class CfnTemplate.FontWeightProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FontWeightProperty>
A builder for
CfnTemplate.FontWeightProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.FontWeightProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnTemplate.FontWeightProperty.getName()
- Parameters:
name
- The lexical name for the level of boldness of the text display.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.FontWeightProperty>
- Returns:
- a new instance of
CfnTemplate.FontWeightProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-