Interface RebootInputDeviceRequest.Builder

    • 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.