public static interface DeviceSummary.Builder extends SdkPojo, CopyableBuilder<DeviceSummary.Builder,DeviceSummary>
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary.Builder |
associatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
|
DeviceSummary.Builder |
managedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
DeviceSummary.Builder |
managedDeviceId(String managedDeviceId)
The ID of the device.
|
DeviceSummary.Builder |
tags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceSummary.Builder associatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
associatedWithJob - The ID of the job used to order the device.DeviceSummary.Builder managedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
managedDeviceArn - The Amazon Resource Name (ARN) of the device.DeviceSummary.Builder managedDeviceId(String managedDeviceId)
The ID of the device.
managedDeviceId - The ID of the device.DeviceSummary.Builder tags(Map<String,String> tags)
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in
different ways, such as by purpose, owner, or environment.Copyright © 2023. All rights reserved.