public static interface GetDeviceResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceResponse.Builder,GetDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse.Builder |
deviceArn(String deviceArn)
The ARN of the device.
|
GetDeviceResponse.Builder |
deviceCapabilities(String deviceCapabilities)
Details about the capabilities of the device.
|
GetDeviceResponse.Builder |
deviceName(String deviceName)
The name of the device.
|
GetDeviceResponse.Builder |
deviceStatus(DeviceStatus deviceStatus)
The status of the device.
|
GetDeviceResponse.Builder |
deviceStatus(String deviceStatus)
The status of the device.
|
GetDeviceResponse.Builder |
deviceType(DeviceType deviceType)
The type of the device.
|
GetDeviceResponse.Builder |
deviceType(String deviceType)
The type of the device.
|
GetDeviceResponse.Builder |
providerName(String providerName)
The name of the partner company for the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeviceResponse.Builder deviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.GetDeviceResponse.Builder deviceCapabilities(String deviceCapabilities)
Details about the capabilities of the device.
deviceCapabilities - Details about the capabilities of the device.GetDeviceResponse.Builder deviceName(String deviceName)
The name of the device.
deviceName - The name of the device.GetDeviceResponse.Builder deviceStatus(String deviceStatus)
The status of the device.
deviceStatus - The status of the device.DeviceStatus,
DeviceStatusGetDeviceResponse.Builder deviceStatus(DeviceStatus deviceStatus)
The status of the device.
deviceStatus - The status of the device.DeviceStatus,
DeviceStatusGetDeviceResponse.Builder deviceType(String deviceType)
The type of the device.
deviceType - The type of the device.DeviceType,
DeviceTypeGetDeviceResponse.Builder deviceType(DeviceType deviceType)
The type of the device.
deviceType - The type of the device.DeviceType,
DeviceTypeGetDeviceResponse.Builder providerName(String providerName)
The name of the partner company for the device.
providerName - The name of the partner company for the device.Copyright © 2022. All rights reserved.