| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static DeltaTime.Builder |
DeltaTime.builder() |
DeltaTime.Builder |
DeltaTime.Builder.offsetSeconds(Integer offsetSeconds)
The number of seconds of estimated in-flight lag time of message data.
|
DeltaTime.Builder |
DeltaTime.Builder.timeExpression(String timeExpression)
An expression by which the time of the message data might be determined.
|
DeltaTime.Builder |
DeltaTime.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeltaTime.Builder> |
DeltaTime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default QueryFilter.Builder |
QueryFilter.Builder.deltaTime(Consumer<DeltaTime.Builder> deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
Copyright © 2023. All rights reserved.