| Package | Description |
|---|---|
| software.amazon.awssdk.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
static TimestampValue.Builder |
TimestampValue.builder() |
TimestampValue.Builder |
TimestampValue.Builder.timeInMillis(Long timeInMillis)
The value of the timestamp, in the Unix epoch format.
|
TimestampValue.Builder |
TimestampValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimestampValue.Builder> |
TimestampValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Message.Builder |
Message.Builder.timestamp(Consumer<TimestampValue.Builder> timestamp)
The timestamp associated with the message.
|
Copyright © 2023. All rights reserved.