Class CfnDashboard.FontSizeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FontSizeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FontSizeProperty>
- Enclosing interface:
CfnDashboard.FontSizeProperty
@Stability(Stable)
public static final class CfnDashboard.FontSizeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FontSizeProperty>
A builder for
CfnDashboard.FontSizeProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.FontSizeProperty.getRelative()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
relative
Sets the value ofCfnDashboard.FontSizeProperty.getRelative()
- Parameters:
relative
- The lexical name for the text size, proportional to its surrounding context.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FontSizeProperty>
- Returns:
- a new instance of
CfnDashboard.FontSizeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-