public static interface DescribeDeviceJobResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeviceJobResponse.Builder,DescribeDeviceJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceJobResponse.Builder |
createdTime(Instant createdTime)
When the job was created.
|
DescribeDeviceJobResponse.Builder |
deviceArn(String deviceArn)
The device's ARN.
|
DescribeDeviceJobResponse.Builder |
deviceId(String deviceId)
The device's ID.
|
DescribeDeviceJobResponse.Builder |
deviceName(String deviceName)
The device's name.
|
DescribeDeviceJobResponse.Builder |
deviceType(DeviceType deviceType)
The device's type.
|
DescribeDeviceJobResponse.Builder |
deviceType(String deviceType)
The device's type.
|
DescribeDeviceJobResponse.Builder |
imageVersion(String imageVersion)
For an OTA job, the target version of the device software.
|
DescribeDeviceJobResponse.Builder |
jobId(String jobId)
The job's ID.
|
DescribeDeviceJobResponse.Builder |
status(String status)
The job's status.
|
DescribeDeviceJobResponse.Builder |
status(UpdateProgress status)
The job's status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeviceJobResponse.Builder createdTime(Instant createdTime)
When the job was created.
createdTime - When the job was created.DescribeDeviceJobResponse.Builder deviceArn(String deviceArn)
The device's ARN.
deviceArn - The device's ARN.DescribeDeviceJobResponse.Builder deviceId(String deviceId)
The device's ID.
deviceId - The device's ID.DescribeDeviceJobResponse.Builder deviceName(String deviceName)
The device's name.
deviceName - The device's name.DescribeDeviceJobResponse.Builder deviceType(String deviceType)
The device's type.
deviceType - The device's type.DeviceType,
DeviceTypeDescribeDeviceJobResponse.Builder deviceType(DeviceType deviceType)
The device's type.
deviceType - The device's type.DeviceType,
DeviceTypeDescribeDeviceJobResponse.Builder imageVersion(String imageVersion)
For an OTA job, the target version of the device software.
imageVersion - For an OTA job, the target version of the device software.DescribeDeviceJobResponse.Builder jobId(String jobId)
The job's ID.
jobId - The job's ID.DescribeDeviceJobResponse.Builder status(String status)
The job's status.
status - The job's status.UpdateProgress,
UpdateProgressDescribeDeviceJobResponse.Builder status(UpdateProgress status)
The job's status.
status - The job's status.UpdateProgress,
UpdateProgressCopyright © 2022. All rights reserved.