Interface InputDeviceRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDeviceRequest.Builder,InputDeviceRequest>,SdkBuilder<InputDeviceRequest.Builder,InputDeviceRequest>,SdkPojo
- Enclosing class:
- InputDeviceRequest
public static interface InputDeviceRequest.Builder extends SdkPojo, CopyableBuilder<InputDeviceRequest.Builder,InputDeviceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceRequest.Builderid(String id)The unique ID for 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 Detail
-
id
InputDeviceRequest.Builder id(String id)
The unique ID for the device.- Parameters:
id- The unique ID for the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-