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 |
deviceQueueInfo(Collection<DeviceQueueInfo> deviceQueueInfo)
List of information about tasks and jobs queued on a device.
|
GetDeviceResponse.Builder |
deviceQueueInfo(Consumer<DeviceQueueInfo.Builder>... deviceQueueInfo)
List of information about tasks and jobs queued on a device.
|
GetDeviceResponse.Builder |
deviceQueueInfo(DeviceQueueInfo... deviceQueueInfo)
List of information about tasks and jobs queued on a 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 deviceQueueInfo(Collection<DeviceQueueInfo> deviceQueueInfo)
List of information about tasks and jobs queued on a device.
deviceQueueInfo - List of information about tasks and jobs queued on a device.GetDeviceResponse.Builder deviceQueueInfo(DeviceQueueInfo... deviceQueueInfo)
List of information about tasks and jobs queued on a device.
deviceQueueInfo - List of information about tasks and jobs queued on a device.GetDeviceResponse.Builder deviceQueueInfo(Consumer<DeviceQueueInfo.Builder>... deviceQueueInfo)
List of information about tasks and jobs queued on a device.
This is a convenience method that creates an instance of theDeviceQueueInfo.Builder avoiding the need to create one
manually via DeviceQueueInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #deviceQueueInfo(List.
deviceQueueInfo - a consumer that will call methods on
DeviceQueueInfo.Builder#deviceQueueInfo(java.util.Collection) 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 © 2023. All rights reserved.