Interface RebootInputDeviceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RebootInputDeviceRequest.Builder,
,RebootInputDeviceRequest> MediaLiveRequest.Builder
,SdkBuilder<RebootInputDeviceRequest.Builder,
,RebootInputDeviceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RebootInputDeviceRequest
@Mutable
@NotThreadSafe
public static interface RebootInputDeviceRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<RebootInputDeviceRequest.Builder,RebootInputDeviceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionForce a reboot of an input device.force
(RebootInputDeviceForce force) Force a reboot of an input device.inputDeviceId
(String inputDeviceId) The unique ID of the input device to reboot.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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:
-
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RebootInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-