Class CfnDashboard.DefaultFilterListControlOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultFilterListControlOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.DefaultFilterListControlOptionsProperty>
- Enclosing interface:
CfnDashboard.DefaultFilterListControlOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.DefaultFilterListControlOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.DefaultFilterListControlOptionsProperty>
A builder for
CfnDashboard.DefaultFilterListControlOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.displayOptions
(IResolvable displayOptions) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getDisplayOptions()
displayOptions
(CfnDashboard.ListControlDisplayOptionsProperty displayOptions) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getDisplayOptions()
selectableValues
(IResolvable selectableValues) selectableValues
(CfnDashboard.FilterSelectableValuesProperty selectableValues) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayOptions
@Stability(Stable) public CfnDashboard.DefaultFilterListControlOptionsProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboard.DefaultFilterListControlOptionsProperty.Builder displayOptions(CfnDashboard.ListControlDisplayOptionsProperty displayOptions) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnDashboard.DefaultFilterListControlOptionsProperty.Builder selectableValues(IResolvable selectableValues) - Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnDashboard.DefaultFilterListControlOptionsProperty.Builder selectableValues(CfnDashboard.FilterSelectableValuesProperty selectableValues) - Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
type
@Stability(Stable) public CfnDashboard.DefaultFilterListControlOptionsProperty.Builder type(String type) Sets the value ofCfnDashboard.DefaultFilterListControlOptionsProperty.getType()
- Parameters:
type
- The type of theDefaultFilterListControlOptions
. Choose one of the following options:.MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.DefaultFilterListControlOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.DefaultFilterListControlOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-