Class CfnAnalysis.RelativeDatesFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.RelativeDatesFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.RelativeDatesFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.RelativeDatesFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.RelativeDatesFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.RelativeDatesFilterProperty
An implementation for
CfnAnalysis.RelativeDatesFilterProperty
-
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.RelativeDatesFilterProperty
CfnAnalysis.RelativeDatesFilterProperty.Builder, CfnAnalysis.RelativeDatesFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.RelativeDatesFilterProperty.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 date configuration of the filter.final Object
The column that the filter is applied to.final Object
The default configurations for the associated controls.final Object
The configuration for the exclude period of the filter.final String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.final String
The minimum granularity (period granularity) of the relative dates filter.final String
This option determines how null values should be treated when filtering data.final String
The parameter whose value should be used for the filter value.final String
The range date type of the filter.final Number
The date value of the filter.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.RelativeDatesFilterProperty.Builder
.
-
-
Method Details
-
getAnchorDateConfiguration
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The date configuration of the filter.- Specified by:
getAnchorDateConfiguration
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getColumn
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getFilterId
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterId
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getNullOption
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
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.RelativeDatesFilterProperty
- See Also:
-
getRelativeDateType
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The range date type of the filter. Choose one of the options below:.PREVIOUS
THIS
LAST
NOW
NEXT
- Specified by:
getRelativeDateType
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getTimeGranularity
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The level of time precision that is used to aggregateDateTime
values.- Specified by:
getTimeGranularity
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfiguration
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getExcludePeriodConfiguration
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The configuration for the exclude period of the filter.- Specified by:
getExcludePeriodConfiguration
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getMinimumGranularity
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The minimum granularity (period granularity) of the relative dates filter.- Specified by:
getMinimumGranularity
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getParameterName
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The parameter whose value should be used for the filter value.- Specified by:
getParameterName
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- See Also:
-
getRelativeDateValue
Description copied from interface:CfnAnalysis.RelativeDatesFilterProperty
The date value of the filter.- Specified by:
getRelativeDateValue
in interfaceCfnAnalysis.RelativeDatesFilterProperty
- 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()
-