Class CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.NumericRangeFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.NumericRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.NumericRangeFilterProperty
An implementation for
CfnAnalysis.NumericRangeFilterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericRangeFilterProperty
CfnAnalysis.NumericRangeFilterProperty.Builder, CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericRangeFilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The aggregation function of the filter.final Object
The column that the filter is applied to.final Object
The default configurations for the associated controls.final String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.final Object
Determines whether the maximum value in the filter value range should be included in the filtered results.final Object
Determines whether the minimum value in the filter value range should be included in the filtered results.final String
This option determines how null values should be treated when filtering data.final Object
The maximum value for the filter value range.final Object
The minimum value for the filter value range.final String
Select all of the values.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericRangeFilterProperty.Builder
.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getFilterId
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterId
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getNullOption
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
This option determines how null values should be treated when filtering data.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.
- Specified by:
getNullOption
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getAggregationFunction
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
The aggregation function of the filter.- Specified by:
getAggregationFunction
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
The default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfiguration
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getIncludeMaximum
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
Determines whether the maximum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMaximum
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getIncludeMinimum
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
Determines whether the minimum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMinimum
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getRangeMaximum
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
The maximum value for the filter value range.- Specified by:
getRangeMaximum
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getRangeMinimum
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
The minimum value for the filter value range.- Specified by:
getRangeMinimum
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
getSelectAllOptions
Description copied from interface:CfnAnalysis.NumericRangeFilterProperty
Select all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptions
in interfaceCfnAnalysis.NumericRangeFilterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-