Interface RebootInputDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RebootInputDeviceRequest.Builder,RebootInputDeviceRequest>,MediaLiveRequest.Builder,SdkBuilder<RebootInputDeviceRequest.Builder,RebootInputDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RebootInputDeviceRequest
public static interface RebootInputDeviceRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<RebootInputDeviceRequest.Builder,RebootInputDeviceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RebootInputDeviceRequest.Builderforce(String force)Force a reboot of an input device.RebootInputDeviceRequest.Builderforce(RebootInputDeviceForce force)Force a reboot of an input device.RebootInputDeviceRequest.BuilderinputDeviceId(String inputDeviceId)The unique ID of the input device to reboot.RebootInputDeviceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RebootInputDeviceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
force
RebootInputDeviceRequest.Builder force(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RebootInputDeviceForce,RebootInputDeviceForce
-
force
RebootInputDeviceRequest.Builder force(RebootInputDeviceForce 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RebootInputDeviceForce,RebootInputDeviceForce
-
inputDeviceId
RebootInputDeviceRequest.Builder inputDeviceId(String inputDeviceId)
The unique ID of the input device to reboot. For example, hd-123456789abcdef.- Parameters:
inputDeviceId- The unique ID of the input device to reboot. For example, hd-123456789abcdef.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RebootInputDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RebootInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-