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