Interface RolloutRateIncreaseCriteria.Builder

  • Method Details

    • numberOfNotifiedThings

      RolloutRateIncreaseCriteria.Builder numberOfNotifiedThings(Integer numberOfNotifiedThings)

      The threshold for number of notified things that will initiate the increase in rate of rollout.

      Parameters:
      numberOfNotifiedThings - The threshold for number of notified things that will initiate the increase in rate of rollout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfSucceededThings

      RolloutRateIncreaseCriteria.Builder numberOfSucceededThings(Integer numberOfSucceededThings)

      The threshold for number of succeeded things that will initiate the increase in rate of rollout.

      Parameters:
      numberOfSucceededThings - The threshold for number of succeeded things that will initiate the increase in rate of rollout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.