Class CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.infoIconLabelOptions(CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) infoIconLabelOptions(IResolvable infoIconLabelOptions) placeholderOptions(CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty placeholderOptions) placeholderOptions(IResolvable placeholderOptions) titleOptions(CfnDashboardPropsMixin.LabelOptionsProperty titleOptions) titleOptions(IResolvable titleOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder infoIconLabelOptions(IResolvable infoIconLabelOptions) Sets the value ofCfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder infoIconLabelOptions(CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) Sets the value ofCfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
placeholderOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder placeholderOptions(IResolvable placeholderOptions) Sets the value ofCfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.getPlaceholderOptions()- Parameters:
placeholderOptions- The configuration of the placeholder options in a text area control.- Returns:
this
-
placeholderOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder placeholderOptions(CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty placeholderOptions) Sets the value ofCfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.getPlaceholderOptions()- Parameters:
placeholderOptions- The configuration of the placeholder options in a text area control.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) - Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty.Builder titleOptions(CfnDashboardPropsMixin.LabelOptionsProperty titleOptions) - Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TextAreaControlDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-