Class CfnDashboard.FilterListConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterListConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FilterListConfigurationProperty>
- Enclosing interface:
CfnDashboard.FilterListConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.FilterListConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FilterListConfigurationProperty>
A builder for
CfnDashboard.FilterListConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryValues
(List<String> categoryValues) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getCategoryValues()
matchOperator
(String matchOperator) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getMatchOperator()
nullOption
(String nullOption) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getNullOption()
selectAllOptions
(String selectAllOptions) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getSelectAllOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
matchOperator
@Stability(Stable) public CfnDashboard.FilterListConfigurationProperty.Builder matchOperator(String matchOperator) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getMatchOperator()
- Parameters:
matchOperator
- The match operator that is used to determine if a filter should be applied. This parameter is required.- Returns:
this
-
categoryValues
@Stability(Stable) public CfnDashboard.FilterListConfigurationProperty.Builder categoryValues(List<String> categoryValues) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getCategoryValues()
- Parameters:
categoryValues
- The list of category values for the filter.- Returns:
this
-
nullOption
@Stability(Stable) public CfnDashboard.FilterListConfigurationProperty.Builder nullOption(String nullOption) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getNullOption()
- Parameters:
nullOption
- This option determines how null values should be treated when filtering data.ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnDashboard.FilterListConfigurationProperty.Builder selectAllOptions(String selectAllOptions) Sets the value ofCfnDashboard.FilterListConfigurationProperty.getSelectAllOptions()
- Parameters:
selectAllOptions
- Select all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FilterListConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.FilterListConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-