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 Details

    • timeoutInMinutes

      DeltaTimeSessionWindowConfiguration.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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.