@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 AWS 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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final Integer timeoutInMinutes()
A time interval. You can use timeoutInMinutes
so that AWS IoT Analytics can batch up late data
notifications that have been generated since the last execution. AWS 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 AWS IoT Analytics can batch up late
data notifications that have been generated since the last execution. AWS 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()