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
Modifier and TypeMethodDescriptionThe ID of the device.deviceStatus(String deviceStatus) The status of the device.deviceStatus(DeviceStatus deviceStatus) The status of the device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
deviceId
The ID of the device.
- Parameters:
deviceId- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceStatus
The status of the device.
- Parameters:
deviceStatus- The status of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceStatus
The status of the device.
- Parameters:
deviceStatus- The status of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-