@Generated(value="software.amazon.awssdk:codegen") public final class DeltaTimeSessionWindowConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>
A structure that contains the configuration information of a delta time session window.
DeltaTime
specifies a time interval. You can use DeltaTime to create dataset contents with data that has
arrived in the data store since the last execution. For an example of DeltaTime, see
Creating a SQL dataset with a delta window (CLI) in the IoT Analytics User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeltaTimeSessionWindowConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeltaTimeSessionWindowConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeltaTimeSessionWindowConfiguration.Builder> |
serializableBuilderClass() |
Integer |
timeoutInMinutes()
A time interval.
|
DeltaTimeSessionWindowConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 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.
public DeltaTimeSessionWindowConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>public static DeltaTimeSessionWindowConfiguration.Builder builder()
public static Class<? extends DeltaTimeSessionWindowConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.