Class CfnAnalysis.TimeRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TimeRangeFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TimeRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TimeRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TimeRangeFilterProperty
An implementation for
CfnAnalysis.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.CfnAnalysis.TimeRangeFilterProperty
CfnAnalysis.TimeRangeFilterProperty.Builder, CfnAnalysis.TimeRangeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 default configurations for the associated controls.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 theCfnAnalysis.TimeRangeFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getNullOption
Description copied from interface:CfnAnalysis.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 interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getExcludePeriodConfiguration
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe exclude period of the time range filter.- Specified by:
getExcludePeriodConfigurationin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getIncludeMaximum
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyDetermines whether the maximum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMaximumin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getIncludeMinimum
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyDetermines whether the minimum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMinimumin interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getRangeMaximumValue
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe maximum value for the filter value range.- Specified by:
getRangeMaximumValuein interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getRangeMinimumValue
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe minimum value for the filter value range.- Specified by:
getRangeMinimumValuein interfaceCfnAnalysis.TimeRangeFilterProperty- See Also:
-
getTimeGranularity
Description copied from interface:CfnAnalysis.TimeRangeFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnAnalysis.TimeRangeFilterProperty- 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()
-