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