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