Class CfnDashboard.CustomFilterConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.CustomFilterConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.CustomFilterConfigurationProperty>
- Enclosing interface:
CfnDashboard.CustomFilterConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.CustomFilterConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.CustomFilterConfigurationProperty>
A builder for
CfnDashboard.CustomFilterConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryValue
(String categoryValue) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getCategoryValue()
matchOperator
(String matchOperator) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getMatchOperator()
nullOption
(String nullOption) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getNullOption()
parameterName
(String parameterName) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getParameterName()
selectAllOptions
(String selectAllOptions) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getSelectAllOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
matchOperator
@Stability(Stable) public CfnDashboard.CustomFilterConfigurationProperty.Builder matchOperator(String matchOperator) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.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 CfnDashboard.CustomFilterConfigurationProperty.Builder nullOption(String nullOption) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.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
-
categoryValue
@Stability(Stable) public CfnDashboard.CustomFilterConfigurationProperty.Builder categoryValue(String categoryValue) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getCategoryValue()
- Parameters:
categoryValue
- The category value for the filter. This field is mutually exclusive toParameterName
.- Returns:
this
-
parameterName
@Stability(Stable) public CfnDashboard.CustomFilterConfigurationProperty.Builder parameterName(String parameterName) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.getParameterName()
- Parameters:
parameterName
- The parameter whose value should be used for the filter value. This field is mutually exclusive toCategoryValue
.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnDashboard.CustomFilterConfigurationProperty.Builder selectAllOptions(String selectAllOptions) Sets the value ofCfnDashboard.CustomFilterConfigurationProperty.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.CustomFilterConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.CustomFilterConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-