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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceSettings.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
InputDeviceSettings.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.
-
-