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 default configurations for the associated controls.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- See Also:
-
getColumn
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
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- See Also:
-
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- See Also:
-
getTimeGranularity
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getExcludePeriodConfiguration
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe configuration for the exclude period of the filter.- Specified by:
getExcludePeriodConfigurationin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getMinimumGranularity
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe minimum granularity (period granularity) of the relative dates filter.- Specified by:
getMinimumGranularityin interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getParameterName
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe parameter whose value should be used for the filter value.- Specified by:
getParameterNamein interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
getRelativeDateValue
Description copied from interface:CfnDashboard.RelativeDatesFilterPropertyThe date value of the filter.- Specified by:
getRelativeDateValuein interfaceCfnDashboard.RelativeDatesFilterProperty- See Also:
-
$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()
-