Interface OtaTaskTimeoutConfig.Builder

  • Method Details

    • inProgressTimeoutInMinutes

      OtaTaskTimeoutConfig.Builder inProgressTimeoutInMinutes(Long inProgressTimeoutInMinutes)

      Specifies the amount of time the device has to finish execution of this task. The timeout interval can be anywhere between 1 minute and 7 days.

      Parameters:
      inProgressTimeoutInMinutes - Specifies the amount of time the device has to finish execution of this task. The timeout interval can be anywhere between 1 minute and 7 days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.