Interface InputDeviceRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputDeviceRequest.Builder,,- InputDeviceRequest> - SdkBuilder<InputDeviceRequest.Builder,,- InputDeviceRequest> - SdkPojo
- Enclosing class:
- InputDeviceRequest
@Mutable
@NotThreadSafe
public static interface InputDeviceRequest.Builder
extends SdkPojo, CopyableBuilder<InputDeviceRequest.Builder,InputDeviceRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique ID for the device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
 
-