Class CfnDashboard.NumericRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.NumericRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.NumericRangeFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.NumericRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.NumericRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.NumericRangeFilterProperty
An implementation for
CfnDashboard.NumericRangeFilterProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.NumericRangeFilterProperty
CfnDashboard.NumericRangeFilterProperty.Builder, CfnDashboard.NumericRangeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.NumericRangeFilterProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe aggregation function of the filter.final ObjectThe column that the filter is applied to.final ObjectThe default configurations for the associated controls.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final ObjectDetermines whether the maximum value in the filter value range should be included in the filtered results.final ObjectDetermines whether the minimum value in the filter value range should be included in the filtered results.final StringThis option determines how null values should be treated when filtering data.final ObjectThe maximum value for the filter value range.final ObjectThe minimum value for the filter value range.final StringSelect all of the values.final inthashCode()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 theCfnDashboard.NumericRangeFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getNullOption
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThis 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:
getNullOptionin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getAggregationFunction
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThe aggregation function of the filter.- Specified by:
getAggregationFunctionin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getIncludeMaximum
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyDetermines whether the maximum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMaximumin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getIncludeMinimum
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyDetermines whether the minimum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMinimumin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getRangeMaximum
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThe maximum value for the filter value range.- Specified by:
getRangeMaximumin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getRangeMinimum
Description copied from interface:CfnDashboard.NumericRangeFilterPropertyThe minimum value for the filter value range.- Specified by:
getRangeMinimumin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
getSelectAllOptions
Description copied from interface:CfnDashboard.NumericRangeFilterPropertySelect all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptionsin interfaceCfnDashboard.NumericRangeFilterProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-