public static interface IoTJobRateIncreaseCriteria.Builder extends SdkPojo, CopyableBuilder<IoTJobRateIncreaseCriteria.Builder,IoTJobRateIncreaseCriteria>
| Modifier and Type | Method and Description |
|---|---|
IoTJobRateIncreaseCriteria.Builder |
numberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
|
IoTJobRateIncreaseCriteria.Builder |
numberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIoTJobRateIncreaseCriteria.Builder numberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
numberOfNotifiedThings - The number of devices to receive the job notification before the rollout rate increases.IoTJobRateIncreaseCriteria.Builder numberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
numberOfSucceededThings - The number of devices to successfully run the configuration job before the rollout rate increases.Copyright © 2023. All rights reserved.