Class CfnDatasetPropsMixin.DeltaTimeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.DeltaTimeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.DeltaTimeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.DeltaTimeProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.DeltaTimeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.DeltaTimeProperty
An implementation for
CfnDatasetPropsMixin.DeltaTimeProperty-
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.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.DeltaTimeProperty
CfnDatasetPropsMixin.DeltaTimeProperty.Builder, CfnDatasetPropsMixin.DeltaTimeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.DeltaTimeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDatasetPropsMixin.DeltaTimeProperty.Builder.
-
-
Method Details
-
getOffsetSeconds
Description copied from interface:CfnDatasetPropsMixin.DeltaTimePropertyThe number of seconds of estimated in-flight lag time of message data.When you create dataset contents using message data from a specified timeframe, some message data might still be in flight when processing begins, and so do not arrive in time to be processed. Use this field to make allowances for the in flight time of your message data, so that data not processed from a previous timeframe is included with the next timeframe. Otherwise, missed message data would be excluded from processing during the next timeframe too, because its timestamp places it within the previous timeframe.
- Specified by:
getOffsetSecondsin interfaceCfnDatasetPropsMixin.DeltaTimeProperty- See Also:
-
getTimeExpression
Description copied from interface:CfnDatasetPropsMixin.DeltaTimePropertyAn expression by which the time of the message data might be determined.This can be the name of a timestamp field or a SQL expression that is used to derive the time the message data was generated.
- Specified by:
getTimeExpressionin interfaceCfnDatasetPropsMixin.DeltaTimeProperty- 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()
-