Class CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.VisualSubtitleLabelOptionsProperty>
- Enclosing interface:
CfnDashboard.VisualSubtitleLabelOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.VisualSubtitleLabelOptionsProperty>
A builder for
CfnDashboard.VisualSubtitleLabelOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.formatText(IResolvable formatText) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getFormatText()formatText(CfnDashboard.LongFormatTextProperty formatText) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getFormatText()visibility(String visibility) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
formatText
@Stability(Stable) public CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder formatText(IResolvable formatText) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getFormatText()- Parameters:
formatText- The long text format of the subtitle label, such as plain text or rich text.- Returns:
this
-
formatText
@Stability(Stable) public CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder formatText(CfnDashboard.LongFormatTextProperty formatText) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getFormatText()- Parameters:
formatText- The long text format of the subtitle label, such as plain text or rich text.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboard.VisualSubtitleLabelOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.VisualSubtitleLabelOptionsProperty.getVisibility()- Parameters:
visibility- The visibility of the subtitle label.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.VisualSubtitleLabelOptionsProperty>- Returns:
- a new instance of
CfnDashboard.VisualSubtitleLabelOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-