Interface DeviceStatusDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceStatusDetail.Builder,
,DeviceStatusDetail> SdkBuilder<DeviceStatusDetail.Builder,
,DeviceStatusDetail> SdkPojo
- Enclosing class:
DeviceStatusDetail
public static interface DeviceStatusDetail.Builder
extends SdkPojo, CopyableBuilder<DeviceStatusDetail.Builder,DeviceStatusDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe device status detail code.code
(DeviceStatusDetailCode code) The device status detail code.The list of available features on the device.The list of available features on the device.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 Details
-
feature
The list of available features on the device.
- Parameters:
feature
- The list of available features on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
The list of available features on the device.
- Parameters:
feature
- The list of available features on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The device status detail code.
- Parameters:
code
- The device status detail code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The device status detail code.
- Parameters:
code
- The device status detail code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-