Interface DeltaTimeSessionWindowConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,
,DeltaTimeSessionWindowConfiguration> SdkBuilder<DeltaTimeSessionWindowConfiguration.Builder,
,DeltaTimeSessionWindowConfiguration> SdkPojo
- Enclosing class:
DeltaTimeSessionWindowConfiguration
public static interface DeltaTimeSessionWindowConfiguration.Builder
extends SdkPojo, CopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>
-
Method Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
timeoutInMinutes
- A time interval. You can usetimeoutInMinutes
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-