Interface DeviceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceSummary.Builder,DeviceSummary>,SdkBuilder<DeviceSummary.Builder,DeviceSummary>,SdkPojo
- Enclosing class:
- DeviceSummary
public static interface DeviceSummary.Builder extends SdkPojo, CopyableBuilder<DeviceSummary.Builder,DeviceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceSummary.BuilderassociatedWithJob(String associatedWithJob)The ID of the job used to order the device.DeviceSummary.BuildermanagedDeviceArn(String managedDeviceArn)The Amazon Resource Name (ARN) of the device.DeviceSummary.BuildermanagedDeviceId(String managedDeviceId)The ID of the device.DeviceSummary.Buildertags(Map<String,String> tags)Optional metadata that you assign to a resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
associatedWithJob
DeviceSummary.Builder associatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
- Parameters:
associatedWithJob- The ID of the job used to order the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedDeviceArn
DeviceSummary.Builder managedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
- Parameters:
managedDeviceArn- The Amazon Resource Name (ARN) of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedDeviceId
DeviceSummary.Builder managedDeviceId(String managedDeviceId)
The ID of the device.
- Parameters:
managedDeviceId- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-