public static interface DeltaTime.Builder extends SdkPojo, CopyableBuilder<DeltaTime.Builder,DeltaTime>
Modifier and Type | Method and Description |
---|---|
DeltaTime.Builder |
offsetSeconds(Integer offsetSeconds)
The number of seconds of estimated "in flight" lag time of message data.
|
DeltaTime.Builder |
timeExpression(String timeExpression)
An expression by which the time of the message data may be determined.
|
copy
applyMutation, build
DeltaTime.Builder offsetSeconds(Integer offsetSeconds)
The number of seconds of estimated "in flight" lag time of message data.
offsetSeconds
- The number of seconds of estimated "in flight" lag time of message data.DeltaTime.Builder timeExpression(String timeExpression)
An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.
timeExpression
- An expression by which the time of the message data may be determined. This may be the name of a
timestamp field, or a SQL expression which is used to derive the time the message data was generated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.