Uses of Interface
software.amazon.awssdk.services.iot.model.ExponentialRolloutRate.Builder
-
Packages that use ExponentialRolloutRate.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ExponentialRolloutRate.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ExponentialRolloutRate.Builder Modifier and Type Method Description ExponentialRolloutRate.BuilderExponentialRolloutRate.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.static ExponentialRolloutRate.BuilderExponentialRolloutRate. builder()ExponentialRolloutRate.BuilderExponentialRolloutRate.Builder. incrementFactor(Double incrementFactor)The exponential factor to increase the rate of rollout for a job.default ExponentialRolloutRate.BuilderExponentialRolloutRate.Builder. rateIncreaseCriteria(Consumer<RateIncreaseCriteria.Builder> rateIncreaseCriteria)The criteria to initiate the increase in rate of rollout for a job.ExponentialRolloutRate.BuilderExponentialRolloutRate.Builder. rateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)The criteria to initiate the increase in rate of rollout for a job.ExponentialRolloutRate.BuilderExponentialRolloutRate. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ExponentialRolloutRate.Builder Modifier and Type Method Description static Class<? extends ExponentialRolloutRate.Builder>ExponentialRolloutRate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ExponentialRolloutRate.Builder Modifier and Type Method Description default JobExecutionsRolloutConfig.BuilderJobExecutionsRolloutConfig.Builder. exponentialRate(Consumer<ExponentialRolloutRate.Builder> exponentialRate)The rate of increase for a job rollout.
-