Interface AbortConfigCriteria.Builder

  • Method Details

    • action

      The action taken by the abort configuration.

      Parameters:
      action - The action taken by the abort configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • action

      The action taken by the abort configuration.

      Parameters:
      action - The action taken by the abort configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureType

      AbortConfigCriteria.Builder failureType(String failureType)

      Over-the-air (OTA) task abort criteria failure type.

      Parameters:
      failureType - Over-the-air (OTA) task abort criteria failure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureType

      Over-the-air (OTA) task abort criteria failure type.

      Parameters:
      failureType - Over-the-air (OTA) task abort criteria failure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • minNumberOfExecutedThings

      AbortConfigCriteria.Builder minNumberOfExecutedThings(Integer minNumberOfExecutedThings)

      The minimum number of things that must receive task execution notifications before the task can be aborted.

      Parameters:
      minNumberOfExecutedThings - The minimum number of things that must receive task execution notifications before the task can be aborted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thresholdPercentage

      AbortConfigCriteria.Builder thresholdPercentage(Double thresholdPercentage)

      The minimum percentage of over-the-air (OTA) task execution failures that must occur to initiate the last abort.

      Parameters:
      thresholdPercentage - The minimum percentage of over-the-air (OTA) task execution failures that must occur to initiate the last abort.
      Returns:
      Returns a reference to this object so that method calls can be chained together.