Class CfnTemplate.DrillDownFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.DrillDownFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.DrillDownFilterProperty>
- Enclosing interface:
CfnTemplate.DrillDownFilterProperty
@Stability(Stable)
public static final class CfnTemplate.DrillDownFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.DrillDownFilterProperty>
A builder for
CfnTemplate.DrillDownFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.categoryFilter(IResolvable categoryFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getCategoryFilter()categoryFilter(CfnTemplate.CategoryDrillDownFilterProperty categoryFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getCategoryFilter()numericEqualityFilter(IResolvable numericEqualityFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getNumericEqualityFilter()numericEqualityFilter(CfnTemplate.NumericEqualityDrillDownFilterProperty numericEqualityFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getNumericEqualityFilter()timeRangeFilter(IResolvable timeRangeFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getTimeRangeFilter()timeRangeFilter(CfnTemplate.TimeRangeDrillDownFilterProperty timeRangeFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getTimeRangeFilter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder categoryFilter(IResolvable categoryFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getCategoryFilter()- Parameters:
categoryFilter- The category type drill down filter. This filter is used for string type columns.- Returns:
this
-
categoryFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder categoryFilter(CfnTemplate.CategoryDrillDownFilterProperty categoryFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getCategoryFilter()- Parameters:
categoryFilter- The category type drill down filter. This filter is used for string type columns.- Returns:
this
-
numericEqualityFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder numericEqualityFilter(IResolvable numericEqualityFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getNumericEqualityFilter()- Parameters:
numericEqualityFilter- The numeric equality type drill down filter. This filter is used for number type columns.- Returns:
this
-
numericEqualityFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder numericEqualityFilter(CfnTemplate.NumericEqualityDrillDownFilterProperty numericEqualityFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getNumericEqualityFilter()- Parameters:
numericEqualityFilter- The numeric equality type drill down filter. This filter is used for number type columns.- Returns:
this
-
timeRangeFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder timeRangeFilter(IResolvable timeRangeFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getTimeRangeFilter()- Parameters:
timeRangeFilter- The time range drill down filter. This filter is used for date time columns.- Returns:
this
-
timeRangeFilter
@Stability(Stable) public CfnTemplate.DrillDownFilterProperty.Builder timeRangeFilter(CfnTemplate.TimeRangeDrillDownFilterProperty timeRangeFilter) Sets the value ofCfnTemplate.DrillDownFilterProperty.getTimeRangeFilter()- Parameters:
timeRangeFilter- The time range drill down filter. This filter is used for date time columns.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.DrillDownFilterProperty>- Returns:
- a new instance of
CfnTemplate.DrillDownFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-