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