Class CfnDataset.DeltaTimeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnDataset.DeltaTimeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.DeltaTimeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.DeltaTimeProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.DeltaTimeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.DeltaTimeProperty
An implementation for
CfnDataset.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.services.iotanalytics.CfnDataset.DeltaTimeProperty
CfnDataset.DeltaTimeProperty.Builder, CfnDataset.DeltaTimeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.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 theCfnDataset.DeltaTimeProperty.Builder.
-
-
Method Details
-
getOffsetSeconds
Description copied from interface:CfnDataset.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 interfaceCfnDataset.DeltaTimeProperty- See Also:
-
getTimeExpression
Description copied from interface:CfnDataset.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 interfaceCfnDataset.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()
-