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