@Stability(value=Stable) @Internal public static final class CfnDataset.DeltaTimeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.DeltaTimeProperty
CfnDataset.DeltaTimePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataset.DeltaTimeProperty.Builder, CfnDataset.DeltaTimeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataset.DeltaTimeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataset.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getOffsetSeconds()
The number of seconds of estimated in-flight lag time of message data.
|
String |
getTimeExpression()
An expression by which the time of the message data might be determined.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataset.DeltaTimeProperty.Builder builder)
CfnDataset.ActionProperty.Builder.public final Number getOffsetSeconds()
CfnDataset.DeltaTimePropertyWhen 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.
getOffsetSeconds in interface CfnDataset.DeltaTimePropertypublic final String getTimeExpression()
CfnDataset.DeltaTimePropertyThis can be the name of a timestamp field or a SQL expression that is used to derive the time the message data was generated.
getTimeExpression in interface CfnDataset.DeltaTimeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.