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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaTimeSessionWindowConfiguration.BuildertimeoutInMinutes(Integer timeoutInMinutes)A time interval.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
timeoutInMinutes
DeltaTimeSessionWindowConfiguration.Builder timeoutInMinutes(Integer timeoutInMinutes)
A time interval. You can use
timeoutInMinutesso 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 usetimeoutInMinutesso 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.
-
-