public static interface DeviceEvent.Builder extends SdkPojo, CopyableBuilder<DeviceEvent.Builder,DeviceEvent>
| Modifier and Type | Method and Description |
|---|---|
DeviceEvent.Builder |
timestamp(Instant timestamp)
The time (in epoch) when the event occurred.
|
DeviceEvent.Builder |
type(DeviceEventType type)
The type of device event.
|
DeviceEvent.Builder |
type(String type)
The type of device event.
|
DeviceEvent.Builder |
value(String value)
The value of the event.
|
copyapplyMutation, buildDeviceEvent.Builder type(String type)
The type of device event.
type - The type of device event.DeviceEventType,
DeviceEventTypeDeviceEvent.Builder type(DeviceEventType type)
The type of device event.
type - The type of device event.DeviceEventType,
DeviceEventTypeDeviceEvent.Builder value(String value)
The value of the event.
value - The value of the event.DeviceEvent.Builder timestamp(Instant timestamp)
The time (in epoch) when the event occurred.
timestamp - The time (in epoch) when the event occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.