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