public static interface RebootInputDeviceRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<RebootInputDeviceRequest.Builder,RebootInputDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
RebootInputDeviceRequest.Builder |
force(RebootInputDeviceForce force)
Force a reboot of an input device.
|
RebootInputDeviceRequest.Builder |
force(String force)
Force a reboot of an input device.
|
RebootInputDeviceRequest.Builder |
inputDeviceId(String inputDeviceId)
The unique ID of the input device to reboot.
|
RebootInputDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RebootInputDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRebootInputDeviceRequest.Builder force(String force)
force - Force a reboot of an input device. If the device is streaming, it will stop streaming and begin
rebooting within a few seconds of sending the command. If the device was streaming prior to the
reboot, the device will resume streaming when the reboot completes.RebootInputDeviceForce,
RebootInputDeviceForceRebootInputDeviceRequest.Builder force(RebootInputDeviceForce force)
force - Force a reboot of an input device. If the device is streaming, it will stop streaming and begin
rebooting within a few seconds of sending the command. If the device was streaming prior to the
reboot, the device will resume streaming when the reboot completes.RebootInputDeviceForce,
RebootInputDeviceForceRebootInputDeviceRequest.Builder inputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of the input device to reboot. For example, hd-123456789abcdef.RebootInputDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRebootInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.