public static interface ExponentialRolloutRate.Builder extends SdkPojo, CopyableBuilder<ExponentialRolloutRate.Builder,ExponentialRolloutRate>
| Modifier and Type | Method and Description |
|---|---|
ExponentialRolloutRate.Builder |
baseRatePerMinute(Integer baseRatePerMinute)
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout.
|
ExponentialRolloutRate.Builder |
incrementFactor(Double incrementFactor)
The exponential factor to increase the rate of rollout for a job.
|
default ExponentialRolloutRate.Builder |
rateIncreaseCriteria(Consumer<RateIncreaseCriteria.Builder> rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
ExponentialRolloutRate.Builder |
rateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
copyapplyMutation, buildExponentialRolloutRate.Builder baseRatePerMinute(Integer baseRatePerMinute)
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.
baseRatePerMinute - The minimum number of things that will be notified of a pending job, per minute at the start of job
rollout. This parameter allows you to define the initial rate of rollout.ExponentialRolloutRate.Builder incrementFactor(Double incrementFactor)
The exponential factor to increase the rate of rollout for a job.
incrementFactor - The exponential factor to increase the rate of rollout for a job.ExponentialRolloutRate.Builder rateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
AWS IoT supports up to one digit after the decimal (for example, 1.5, but not 1.55).
rateIncreaseCriteria - The criteria to initiate the increase in rate of rollout for a job.
AWS IoT supports up to one digit after the decimal (for example, 1.5, but not 1.55).
default ExponentialRolloutRate.Builder rateIncreaseCriteria(Consumer<RateIncreaseCriteria.Builder> rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
AWS IoT supports up to one digit after the decimal (for example, 1.5, but not 1.55).
This is a convenience that creates an instance of theRateIncreaseCriteria.Builder avoiding the need
to create one manually via RateIncreaseCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to rateIncreaseCriteria(RateIncreaseCriteria).rateIncreaseCriteria - a consumer that will call methods on RateIncreaseCriteria.BuilderrateIncreaseCriteria(RateIncreaseCriteria)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.