public static interface DeviceData.Builder extends CopyableBuilder<DeviceData.Builder,DeviceData>
| Modifier and Type | Method and Description | 
|---|---|
| DeviceData.Builder | deviceArn(String deviceArn)
 The ARN of a device. | 
| DeviceData.Builder | deviceName(String deviceName)
 The name of a device. | 
| DeviceData.Builder | deviceSerialNumber(String deviceSerialNumber)
 The serial number of a device. | 
| DeviceData.Builder | deviceStatus(DeviceStatus deviceStatus)
 The status of a device. | 
| DeviceData.Builder | deviceStatus(String deviceStatus)
 The status of a device. | 
| DeviceData.Builder | deviceType(String deviceType)
 The type of a device. | 
| DeviceData.Builder | macAddress(String macAddress)
 The MAC address of a device. | 
| DeviceData.Builder | roomArn(String roomArn)
 The room ARN associated with a device. | 
| DeviceData.Builder | roomName(String roomName)
 The name of the room associated with a device. | 
| DeviceData.Builder | softwareVersion(String softwareVersion)
 The software version of a device. | 
copyapply, buildDeviceData.Builder deviceArn(String deviceArn)
The ARN of a device.
deviceArn - The ARN of a device.DeviceData.Builder deviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
deviceSerialNumber - The serial number of a device.DeviceData.Builder deviceType(String deviceType)
The type of a device.
deviceType - The type of a device.DeviceData.Builder deviceName(String deviceName)
The name of a device.
deviceName - The name of a device.DeviceData.Builder softwareVersion(String softwareVersion)
The software version of a device.
softwareVersion - The software version of a device.DeviceData.Builder macAddress(String macAddress)
The MAC address of a device.
macAddress - The MAC address of a device.DeviceData.Builder deviceStatus(String deviceStatus)
The status of a device.
deviceStatus - The status of a device.DeviceStatus, 
DeviceStatusDeviceData.Builder deviceStatus(DeviceStatus deviceStatus)
The status of a device.
deviceStatus - The status of a device.DeviceStatus, 
DeviceStatusDeviceData.Builder roomArn(String roomArn)
The room ARN associated with a device.
roomArn - The room ARN associated with a device.DeviceData.Builder roomName(String roomName)
The name of the room associated with a device.
roomName - The name of the room associated with a device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.