Class CfnDashboard.FilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterProperty
An implementation for
CfnDashboard.FilterProperty
-
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.CfnDashboard.FilterProperty
CfnDashboard.FilterProperty.Builder, CfnDashboard.FilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterProperty.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
ACategoryFilter
filters text values.final Object
ANestedFilter
filters data with a subset of data that is defined by the nested inner filter.final Object
ANumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value.final Object
ANumericRangeFilter
filters numeric values that are either inside or outside a given numeric range.final Object
ARelativeDatesFilter
filters date values that are relative to a given date.final Object
ATimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value.final Object
ATimeRangeFilter
filters date-time values that are either inside or outside a given date/time range.final Object
ATopBottomFilter
filters data to the top or bottom values for a given column.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 theCfnDashboard.FilterProperty.Builder
.
-
-
Method Details
-
getCategoryFilter
Description copied from interface:CfnDashboard.FilterProperty
ACategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Specified by:
getCategoryFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getNestedFilter
Description copied from interface:CfnDashboard.FilterProperty
ANestedFilter
filters data with a subset of data that is defined by the nested inner filter.- Specified by:
getNestedFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getNumericEqualityFilter
Description copied from interface:CfnDashboard.FilterProperty
ANumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value.- Specified by:
getNumericEqualityFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getNumericRangeFilter
Description copied from interface:CfnDashboard.FilterProperty
ANumericRangeFilter
filters numeric values that are either inside or outside a given numeric range.- Specified by:
getNumericRangeFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getRelativeDatesFilter
Description copied from interface:CfnDashboard.FilterProperty
ARelativeDatesFilter
filters date values that are relative to a given date.- Specified by:
getRelativeDatesFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getTimeEqualityFilter
Description copied from interface:CfnDashboard.FilterProperty
ATimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value.- Specified by:
getTimeEqualityFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getTimeRangeFilter
Description copied from interface:CfnDashboard.FilterProperty
ATimeRangeFilter
filters date-time values that are either inside or outside a given date/time range.- Specified by:
getTimeRangeFilter
in interfaceCfnDashboard.FilterProperty
- See Also:
-
getTopBottomFilter
Description copied from interface:CfnDashboard.FilterProperty
ATopBottomFilter
filters data to the top or bottom values for a given column.- Specified by:
getTopBottomFilter
in interfaceCfnDashboard.FilterProperty
- 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()
-