| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceData.Builder |
DeviceData.builder() |
DeviceData.Builder |
DeviceData.Builder.createdTime(Instant createdTime)
The time (in epoch) when the device data was created.
|
DeviceData.Builder |
DeviceData.Builder.deviceArn(String deviceArn)
The ARN of a device.
|
DeviceData.Builder |
DeviceData.Builder.deviceName(String deviceName)
The name of a device.
|
DeviceData.Builder |
DeviceData.Builder.deviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
|
DeviceData.Builder |
DeviceData.Builder.deviceStatus(DeviceStatus deviceStatus)
The status of a device.
|
DeviceData.Builder |
DeviceData.Builder.deviceStatus(String deviceStatus)
The status of a device.
|
default DeviceData.Builder |
DeviceData.Builder.deviceStatusInfo(Consumer<DeviceStatusInfo.Builder> deviceStatusInfo)
Detailed information about a device's status.
|
DeviceData.Builder |
DeviceData.Builder.deviceStatusInfo(DeviceStatusInfo deviceStatusInfo)
Detailed information about a device's status.
|
DeviceData.Builder |
DeviceData.Builder.deviceType(String deviceType)
The type of a device.
|
DeviceData.Builder |
DeviceData.Builder.macAddress(String macAddress)
The MAC address of a device.
|
DeviceData.Builder |
DeviceData.Builder.networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
DeviceData.Builder |
DeviceData.Builder.networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
DeviceData.Builder |
DeviceData.Builder.roomArn(String roomArn)
The room ARN associated with a device.
|
DeviceData.Builder |
DeviceData.Builder.roomName(String roomName)
The name of the room associated with a device.
|
DeviceData.Builder |
DeviceData.Builder.softwareVersion(String softwareVersion)
The software version of a device.
|
DeviceData.Builder |
DeviceData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceData.Builder> |
DeviceData.serializableBuilderClass() |
Copyright © 2021. All rights reserved.