Class CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.infoIconLabelOptions(CfnTemplatePropsMixin.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) infoIconLabelOptions(IResolvable infoIconLabelOptions) selectAllOptions(CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty selectAllOptions) selectAllOptions(IResolvable selectAllOptions) titleOptions(CfnTemplatePropsMixin.LabelOptionsProperty titleOptions) titleOptions(IResolvable titleOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
infoIconLabelOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder infoIconLabelOptions(IResolvable infoIconLabelOptions) Sets the value ofCfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder infoIconLabelOptions(CfnTemplatePropsMixin.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) Sets the value ofCfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder selectAllOptions(IResolvable selectAllOptions) - Parameters:
selectAllOptions- The configuration of theSelect alloptions in a dropdown control.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder selectAllOptions(CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty selectAllOptions) - Parameters:
selectAllOptions- The configuration of theSelect alloptions in a dropdown control.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) - Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty.Builder titleOptions(CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.DropDownControlDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-