Uses of Interface
software.amazon.awssdk.services.iot.model.AwsJobExponentialRolloutRate.Builder
-
Packages that use AwsJobExponentialRolloutRate.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobExponentialRolloutRate.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AwsJobExponentialRolloutRate.Builder Modifier and Type Method Description AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate.Builder. baseRatePerMinute(Integer baseRatePerMinute)The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout.static AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate. builder()AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate.Builder. incrementFactor(Double incrementFactor)The rate of increase for a job rollout.default AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate.Builder. rateIncreaseCriteria(Consumer<AwsJobRateIncreaseCriteria.Builder> rateIncreaseCriteria)The criteria to initiate the increase in rate of rollout for a job.AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate.Builder. rateIncreaseCriteria(AwsJobRateIncreaseCriteria rateIncreaseCriteria)The criteria to initiate the increase in rate of rollout for a job.AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AwsJobExponentialRolloutRate.Builder Modifier and Type Method Description static Class<? extends AwsJobExponentialRolloutRate.Builder>AwsJobExponentialRolloutRate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AwsJobExponentialRolloutRate.Builder Modifier and Type Method Description default AwsJobExecutionsRolloutConfig.BuilderAwsJobExecutionsRolloutConfig.Builder. exponentialRate(Consumer<AwsJobExponentialRolloutRate.Builder> exponentialRate)The rate of increase for a job rollout.
-