public static interface RateIncreaseCriteria.Builder extends SdkPojo, CopyableBuilder<RateIncreaseCriteria.Builder,RateIncreaseCriteria>
Modifier and Type | Method and Description |
---|---|
RateIncreaseCriteria.Builder |
numberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
RateIncreaseCriteria.Builder |
numberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RateIncreaseCriteria.Builder numberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
numberOfNotifiedThings
- The threshold for number of notified things that will initiate the increase in rate of rollout.RateIncreaseCriteria.Builder numberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
numberOfSucceededThings
- The threshold for number of succeeded things that will initiate the increase in rate of rollout.Copyright © 2020. All rights reserved.