Interface RebootInputDeviceRequest.Builder

  • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.