Class DeltaTimeSessionWindowConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.DeltaTimeSessionWindowConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>
@Generated("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.
DeltaTimespecifies a time interval. You can useDeltaTimeto create dataset contents with data that has arrived in the data store since the last execution. For an example ofDeltaTime, see Creating a SQL dataset with a delta window (CLI) in the IoT Analytics User Guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeltaTimeSessionWindowConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeltaTimeSessionWindowConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeltaTimeSessionWindowConfiguration.Builder>serializableBuilderClass()IntegertimeoutInMinutes()A time interval.DeltaTimeSessionWindowConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timeoutInMinutes
public final 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.
- Returns:
- 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.
-
toBuilder
public DeltaTimeSessionWindowConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeltaTimeSessionWindowConfiguration.Builder,DeltaTimeSessionWindowConfiguration>
-
builder
public static DeltaTimeSessionWindowConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeltaTimeSessionWindowConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-