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