Class CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TimeRangeDrillDownFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TimeRangeDrillDownFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TimeRangeDrillDownFilterProperty
An implementation for
CfnAnalysis.TimeRangeDrillDownFilterProperty
-
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.TimeRangeDrillDownFilterProperty
CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder, CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.TimeRangeDrillDownFilterProperty.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 column that the filter is applied to.final String
The maximum value for the filter value range.final String
The minimum value for the filter value range.final String
The level of time precision that is used to aggregateDateTime
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.TimeRangeDrillDownFilterProperty.Builder
.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty
- See Also:
-
getRangeMaximum
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterProperty
The maximum value for the filter value range.- Specified by:
getRangeMaximum
in interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty
- See Also:
-
getRangeMinimum
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterProperty
The minimum value for the filter value range.- Specified by:
getRangeMinimum
in interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty
- See Also:
-
getTimeGranularity
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterProperty
The level of time precision that is used to aggregateDateTime
values.- Specified by:
getTimeGranularity
in interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty
- 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()
-