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