public static interface DeltaTimeSessionWindowConfiguration.Builder extends SdkPojo, CopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DeltaTimeSessionWindowConfiguration.Builder |
timeoutInMinutes(Integer timeoutInMinutes)
A time interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeltaTimeSessionWindowConfiguration.Builder timeoutInMinutes(Integer timeoutInMinutes)
A time interval. You can use timeoutInMinutes so that IoT Analytics can batch up late data
notifications that have been generated since the last execution. IoT Analytics sends one batch of
notifications to Amazon CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators, in the Presto 0.172 Documentation.
timeoutInMinutes - A time interval. You can use timeoutInMinutes so that IoT Analytics can batch up late
data notifications that have been generated since the last execution. IoT Analytics sends one batch of
notifications to Amazon CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators, in the Presto 0.172 Documentation.
Copyright © 2023. All rights reserved.