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