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