Class CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.DefaultFilterListControlOptionsProperty>
- Enclosing interface:
CfnAnalysis.DefaultFilterListControlOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.DefaultFilterListControlOptionsProperty>
A builder for
CfnAnalysis.DefaultFilterListControlOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.displayOptions
(IResolvable displayOptions) Sets the value ofCfnAnalysis.DefaultFilterListControlOptionsProperty.getDisplayOptions()
displayOptions
(CfnAnalysis.ListControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.DefaultFilterListControlOptionsProperty.getDisplayOptions()
selectableValues
(IResolvable selectableValues) selectableValues
(CfnAnalysis.FilterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysis.DefaultFilterListControlOptionsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayOptions
@Stability(Stable) public CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.DefaultFilterListControlOptionsProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder displayOptions(CfnAnalysis.ListControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.DefaultFilterListControlOptionsProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder selectableValues(IResolvable selectableValues) - Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder selectableValues(CfnAnalysis.FilterSelectableValuesProperty selectableValues) - Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
type
@Stability(Stable) public CfnAnalysis.DefaultFilterListControlOptionsProperty.Builder type(String type) Sets the value ofCfnAnalysis.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<CfnAnalysis.DefaultFilterListControlOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.DefaultFilterListControlOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-