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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.RelativeDatesFilterProperty
CfnAnalysis.RelativeDatesFilterProperty.Builder, CfnAnalysis.RelativeDatesFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.RelativeDatesFilterProperty.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 date configuration of the filter.final ObjectThe column that the filter is applied to.final ObjectThe configuration for the exclude period of the filter.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final StringThe minimum granularity (period granularity) of the relative dates filter.final StringThis option determines how null values should be treated when filtering data.final StringThe parameter whose value should be used for the filter value.final StringThe range date type of the filter.final NumberThe date value of the filter.final StringThe level of time precision that is used to aggregateDateTimevalues.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 theCfnAnalysis.RelativeDatesFilterProperty.Builder.
-
-
Method Details
-
getAnchorDateConfiguration
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe date configuration of the filter.- Specified by:
getAnchorDateConfigurationin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getColumn
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getFilterId
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getNullOption
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThis 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 interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getRelativeDateType
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe range date type of the filter. Choose one of the options below:.PREVIOUSTHISLASTNOWNEXT
- Specified by:
getRelativeDateTypein interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getTimeGranularity
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getExcludePeriodConfiguration
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe configuration for the exclude period of the filter.- Specified by:
getExcludePeriodConfigurationin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getMinimumGranularity
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe minimum granularity (period granularity) of the relative dates filter.- Specified by:
getMinimumGranularityin interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getParameterName
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe parameter whose value should be used for the filter value.- Specified by:
getParameterNamein interfaceCfnAnalysis.RelativeDatesFilterProperty
-
getRelativeDateValue
Description copied from interface:CfnAnalysis.RelativeDatesFilterPropertyThe date value of the filter.- Specified by:
getRelativeDateValuein interfaceCfnAnalysis.RelativeDatesFilterProperty
-
$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()
-