Class CfnDashboard.TimeRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TimeRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TimeRangeFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TimeRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TimeRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TimeRangeFilterProperty
An implementation for
CfnDashboard.TimeRangeFilterProperty-
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.TimeRangeFilterProperty
CfnDashboard.TimeRangeFilterProperty.Builder, CfnDashboard.TimeRangeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.TimeRangeFilterProperty.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 column that the filter is applied to.final ObjectThe exclude period of the time range filter.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final ObjectDetermines whether the maximum value in the filter value range should be included in the filtered results.final ObjectDetermines whether the minimum value in the filter value range should be included in the filtered results.final StringThis option determines how null values should be treated when filtering data.final ObjectThe maximum value for the filter value range.final ObjectThe minimum value for the filter value range.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.TimeRangeFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.TimeRangeFilterProperty
-
getFilterId
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.TimeRangeFilterProperty
-
getNullOption
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThis 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.TimeRangeFilterProperty
-
getExcludePeriodConfiguration
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThe exclude period of the time range filter.- Specified by:
getExcludePeriodConfigurationin interfaceCfnDashboard.TimeRangeFilterProperty
-
getIncludeMaximum
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyDetermines whether the maximum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMaximumin interfaceCfnDashboard.TimeRangeFilterProperty
-
getIncludeMinimum
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyDetermines whether the minimum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMinimumin interfaceCfnDashboard.TimeRangeFilterProperty
-
getRangeMaximumValue
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThe maximum value for the filter value range.- Specified by:
getRangeMaximumValuein interfaceCfnDashboard.TimeRangeFilterProperty
-
getRangeMinimumValue
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThe minimum value for the filter value range.- Specified by:
getRangeMinimumValuein interfaceCfnDashboard.TimeRangeFilterProperty
-
getTimeGranularity
Description copied from interface:CfnDashboard.TimeRangeFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnDashboard.TimeRangeFilterProperty
-
$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()
-