Class CfnAnalysis.CustomFilterListConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomFilterListConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.CustomFilterListConfigurationProperty>
- Enclosing interface:
CfnAnalysis.CustomFilterListConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.CustomFilterListConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.CustomFilterListConfigurationProperty>
A builder for
CfnAnalysis.CustomFilterListConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryValues
(List<String> categoryValues) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getCategoryValues()
matchOperator
(String matchOperator) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getMatchOperator()
nullOption
(String nullOption) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getNullOption()
selectAllOptions
(String selectAllOptions) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getSelectAllOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
matchOperator
@Stability(Stable) public CfnAnalysis.CustomFilterListConfigurationProperty.Builder matchOperator(String matchOperator) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getMatchOperator()
- Parameters:
matchOperator
- The match operator that is used to determine if a filter should be applied. This parameter is required.- Returns:
this
-
nullOption
@Stability(Stable) public CfnAnalysis.CustomFilterListConfigurationProperty.Builder nullOption(String nullOption) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getNullOption()
- Parameters:
nullOption
- This option determines how null values should be treated when filtering data. This parameter is required.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
-
categoryValues
@Stability(Stable) public CfnAnalysis.CustomFilterListConfigurationProperty.Builder categoryValues(List<String> categoryValues) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.getCategoryValues()
- Parameters:
categoryValues
- The list of category values for the filter.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnAnalysis.CustomFilterListConfigurationProperty.Builder selectAllOptions(String selectAllOptions) Sets the value ofCfnAnalysis.CustomFilterListConfigurationProperty.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<CfnAnalysis.CustomFilterListConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.CustomFilterListConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-