Class CfnDashboard.NumericRangeFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.NumericRangeFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.NumericRangeFilterProperty>
- Enclosing interface:
CfnDashboard.NumericRangeFilterProperty
@Stability(Stable)
public static final class CfnDashboard.NumericRangeFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.NumericRangeFilterProperty>
A builder for
CfnDashboard.NumericRangeFilterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaggregationFunction
(IResolvable aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
aggregationFunction
(CfnDashboard.AggregationFunctionProperty aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
build()
Builds the configured instance.column
(IResolvable column) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
defaultFilterControlConfiguration
(IResolvable defaultFilterControlConfiguration) defaultFilterControlConfiguration
(CfnDashboard.DefaultFilterControlConfigurationProperty defaultFilterControlConfiguration) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getFilterId()
includeMaximum
(Boolean includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
includeMaximum
(IResolvable includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
includeMinimum
(Boolean includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
includeMinimum
(IResolvable includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
nullOption
(String nullOption) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getNullOption()
rangeMaximum
(IResolvable rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
rangeMaximum
(CfnDashboard.NumericRangeFilterValueProperty rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
rangeMinimum
(IResolvable rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
rangeMinimum
(CfnDashboard.NumericRangeFilterValueProperty rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
selectAllOptions
(String selectAllOptions) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getSelectAllOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder column(IResolvable column) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder column(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
filterId
Sets the value ofCfnDashboard.NumericRangeFilterProperty.getFilterId()
- Parameters:
filterId
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template. This parameter is required.- Returns:
this
-
nullOption
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder nullOption(String nullOption) Sets the value ofCfnDashboard.NumericRangeFilterProperty.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
-
aggregationFunction
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder aggregationFunction(IResolvable aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
- Parameters:
aggregationFunction
- The aggregation function of the filter.- Returns:
this
-
aggregationFunction
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder aggregationFunction(CfnDashboard.AggregationFunctionProperty aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
- Parameters:
aggregationFunction
- The aggregation function of the filter.- Returns:
this
-
defaultFilterControlConfiguration
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder defaultFilterControlConfiguration(IResolvable defaultFilterControlConfiguration) - Parameters:
defaultFilterControlConfiguration
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.- Returns:
this
-
defaultFilterControlConfiguration
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder defaultFilterControlConfiguration(CfnDashboard.DefaultFilterControlConfigurationProperty defaultFilterControlConfiguration) - Parameters:
defaultFilterControlConfiguration
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.- Returns:
this
-
includeMaximum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder includeMaximum(Boolean includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
- Parameters:
includeMaximum
- Determines whether the maximum value in the filter value range should be included in the filtered results.- Returns:
this
-
includeMaximum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder includeMaximum(IResolvable includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
- Parameters:
includeMaximum
- Determines whether the maximum value in the filter value range should be included in the filtered results.- Returns:
this
-
includeMinimum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder includeMinimum(Boolean includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
- Parameters:
includeMinimum
- Determines whether the minimum value in the filter value range should be included in the filtered results.- Returns:
this
-
includeMinimum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder includeMinimum(IResolvable includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
- Parameters:
includeMinimum
- Determines whether the minimum value in the filter value range should be included in the filtered results.- Returns:
this
-
rangeMaximum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder rangeMaximum(IResolvable rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
- Parameters:
rangeMaximum
- The maximum value for the filter value range.- Returns:
this
-
rangeMaximum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder rangeMaximum(CfnDashboard.NumericRangeFilterValueProperty rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
- Parameters:
rangeMaximum
- The maximum value for the filter value range.- Returns:
this
-
rangeMinimum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder rangeMinimum(IResolvable rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
- Parameters:
rangeMinimum
- The minimum value for the filter value range.- Returns:
this
-
rangeMinimum
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder rangeMinimum(CfnDashboard.NumericRangeFilterValueProperty rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
- Parameters:
rangeMinimum
- The minimum value for the filter value range.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnDashboard.NumericRangeFilterProperty.Builder selectAllOptions(String selectAllOptions) Sets the value ofCfnDashboard.NumericRangeFilterProperty.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.NumericRangeFilterProperty>
- Returns:
- a new instance of
CfnDashboard.NumericRangeFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-