public static interface IoTJobExponentialRolloutRate.Builder extends SdkPojo, CopyableBuilder<IoTJobExponentialRolloutRate.Builder,IoTJobExponentialRolloutRate>
| Modifier and Type | Method and Description |
|---|---|
IoTJobExponentialRolloutRate.Builder |
baseRatePerMinute(Integer baseRatePerMinute)
The minimum number of devices that receive a pending job notification, per minute, when the job starts.
|
IoTJobExponentialRolloutRate.Builder |
incrementFactor(Double incrementFactor)
The exponential factor to increase the rollout rate for the job.
|
default IoTJobExponentialRolloutRate.Builder |
rateIncreaseCriteria(Consumer<IoTJobRateIncreaseCriteria.Builder> rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
|
IoTJobExponentialRolloutRate.Builder |
rateIncreaseCriteria(IoTJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIoTJobExponentialRolloutRate.Builder baseRatePerMinute(Integer baseRatePerMinute)
The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.
baseRatePerMinute - The minimum number of devices that receive a pending job notification, per minute, when the job
starts. This parameter defines the initial rollout rate of the job.IoTJobExponentialRolloutRate.Builder incrementFactor(Double incrementFactor)
The exponential factor to increase the rollout rate for the job.
This parameter supports up to one digit after the decimal (for example, you can specify 1.5, but
not 1.55).
incrementFactor - The exponential factor to increase the rollout rate for the job.
This parameter supports up to one digit after the decimal (for example, you can specify
1.5, but not 1.55).
IoTJobExponentialRolloutRate.Builder rateIncreaseCriteria(IoTJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
rateIncreaseCriteria - The criteria to increase the rollout rate for the job.default IoTJobExponentialRolloutRate.Builder rateIncreaseCriteria(Consumer<IoTJobRateIncreaseCriteria.Builder> rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
This is a convenience method that creates an instance of theIoTJobRateIncreaseCriteria.Builder
avoiding the need to create one manually via IoTJobRateIncreaseCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rateIncreaseCriteria(IoTJobRateIncreaseCriteria).
rateIncreaseCriteria - a consumer that will call methods on IoTJobRateIncreaseCriteria.BuilderrateIncreaseCriteria(IoTJobRateIncreaseCriteria)Copyright © 2023. All rights reserved.