@Stability(value=Stable) public static final class CfnDataset.DeltaTimeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DeltaTimeProperty>
CfnDataset.DeltaTimeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.DeltaTimeProperty |
build()
Builds the configured instance.
|
CfnDataset.DeltaTimeProperty.Builder |
offsetSeconds(Number offsetSeconds)
Sets the value of
CfnDataset.DeltaTimeProperty.getOffsetSeconds() |
CfnDataset.DeltaTimeProperty.Builder |
timeExpression(String timeExpression)
Sets the value of
CfnDataset.DeltaTimeProperty.getTimeExpression() |
@Stability(value=Stable) public CfnDataset.DeltaTimeProperty.Builder offsetSeconds(Number offsetSeconds)
CfnDataset.DeltaTimeProperty.getOffsetSeconds()offsetSeconds - The number of seconds of estimated in-flight lag time of message data. This parameter is required.
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.this@Stability(value=Stable) public CfnDataset.DeltaTimeProperty.Builder timeExpression(String timeExpression)
CfnDataset.DeltaTimeProperty.getTimeExpression()timeExpression - An expression by which the time of the message data might be determined. This parameter is required.
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.this@Stability(value=Stable) public CfnDataset.DeltaTimeProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DeltaTimeProperty>CfnDataset.DeltaTimePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.