| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEvent.Builder |
DeviceEvent.builder() |
DeviceEvent.Builder |
DeviceEvent.Builder.timestamp(Instant timestamp)
The time (in epoch) when the event occurred.
|
DeviceEvent.Builder |
DeviceEvent.toBuilder() |
DeviceEvent.Builder |
DeviceEvent.Builder.type(DeviceEventType type)
The type of device event.
|
DeviceEvent.Builder |
DeviceEvent.Builder.type(String type)
The type of device event.
|
DeviceEvent.Builder |
DeviceEvent.Builder.value(String value)
The value of the event.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceEvent.Builder> |
DeviceEvent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.