Interface InputDeviceSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InputDeviceSettings.Builder,,InputDeviceSettings> SdkBuilder<InputDeviceSettings.Builder,,InputDeviceSettings> SdkPojo
- Enclosing class:
 InputDeviceSettings
public static interface InputDeviceSettings.Builder
extends SdkPojo, CopyableBuilder<InputDeviceSettings.Builder,InputDeviceSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique ID for 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
- 
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.
 
 
 -