Class CfnDashboard.RelativeDatesFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.RelativeDatesFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.RelativeDatesFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.RelativeDatesFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.RelativeDatesFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.RelativeDatesFilterProperty
An implementation for
CfnDashboard.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.CfnDashboard.RelativeDatesFilterProperty
CfnDashboard.RelativeDatesFilterProperty.Builder, CfnDashboard.RelativeDatesFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.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 theCfnDashboard.RelativeDatesFilterProperty.Builder.
-
-
Method Details
-
getAnchorDateConfiguration
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe date configuration of the filter.- Specified by:
getAnchorDateConfigurationin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getColumn
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getFilterId
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getNullOption
Description copied from interface:CfnDashboard.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 interfaceCfnDashboard.RelativeDatesFilterProperty
-
getRelativeDateType
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe range date type of the filter. Choose one of the options below:.PREVIOUSTHISLASTNOWNEXT
- Specified by:
getRelativeDateTypein interfaceCfnDashboard.RelativeDatesFilterProperty
-
getTimeGranularity
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getExcludePeriodConfiguration
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe configuration for the exclude period of the filter.- Specified by:
getExcludePeriodConfigurationin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getMinimumGranularity
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe minimum granularity (period granularity) of the relative dates filter.- Specified by:
getMinimumGranularityin interfaceCfnDashboard.RelativeDatesFilterProperty
-
getParameterName
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe parameter whose value should be used for the filter value.- Specified by:
getParameterNamein interfaceCfnDashboard.RelativeDatesFilterProperty
-
getRelativeDateValue
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe date value of the filter.- Specified by:
getRelativeDateValuein interfaceCfnDashboard.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()
-