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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.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
-
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 all
options 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 all
options 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ListControlDisplayOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.ListControlDisplayOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-