Uses of Class
software.amazon.awscdk.services.quicksight.CfnDashboard.NumericRangeFilterProperty.Builder
Packages that use CfnDashboard.NumericRangeFilterProperty.Builder
-
Uses of CfnDashboard.NumericRangeFilterProperty.Builder in software.amazon.awscdk.services.quicksight
Methods in software.amazon.awscdk.services.quicksight that return CfnDashboard.NumericRangeFilterProperty.BuilderModifier and TypeMethodDescriptionCfnDashboard.NumericRangeFilterProperty.Builder.aggregationFunction
(IResolvable aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
CfnDashboard.NumericRangeFilterProperty.Builder.aggregationFunction
(CfnDashboard.AggregationFunctionProperty aggregationFunction) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getAggregationFunction()
CfnDashboard.NumericRangeFilterProperty.builder()
CfnDashboard.NumericRangeFilterProperty.Builder.column
(IResolvable column) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
CfnDashboard.NumericRangeFilterProperty.Builder.column
(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getColumn()
CfnDashboard.NumericRangeFilterProperty.Builder.defaultFilterControlConfiguration
(IResolvable defaultFilterControlConfiguration) CfnDashboard.NumericRangeFilterProperty.Builder.defaultFilterControlConfiguration
(CfnDashboard.DefaultFilterControlConfigurationProperty defaultFilterControlConfiguration) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getFilterId()
CfnDashboard.NumericRangeFilterProperty.Builder.includeMaximum
(Boolean includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
CfnDashboard.NumericRangeFilterProperty.Builder.includeMaximum
(IResolvable includeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMaximum()
CfnDashboard.NumericRangeFilterProperty.Builder.includeMinimum
(Boolean includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
CfnDashboard.NumericRangeFilterProperty.Builder.includeMinimum
(IResolvable includeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getIncludeMinimum()
CfnDashboard.NumericRangeFilterProperty.Builder.nullOption
(String nullOption) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getNullOption()
CfnDashboard.NumericRangeFilterProperty.Builder.rangeMaximum
(IResolvable rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
CfnDashboard.NumericRangeFilterProperty.Builder.rangeMaximum
(CfnDashboard.NumericRangeFilterValueProperty rangeMaximum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMaximum()
CfnDashboard.NumericRangeFilterProperty.Builder.rangeMinimum
(IResolvable rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
CfnDashboard.NumericRangeFilterProperty.Builder.rangeMinimum
(CfnDashboard.NumericRangeFilterValueProperty rangeMinimum) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getRangeMinimum()
CfnDashboard.NumericRangeFilterProperty.Builder.selectAllOptions
(String selectAllOptions) Sets the value ofCfnDashboard.NumericRangeFilterProperty.getSelectAllOptions()
Constructors in software.amazon.awscdk.services.quicksight with parameters of type CfnDashboard.NumericRangeFilterProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.NumericRangeFilterProperty.Builder
.