Uses of Interface
software.amazon.awssdk.services.iot.model.AwsJobRateIncreaseCriteria.Builder
-
Packages that use AwsJobRateIncreaseCriteria.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobRateIncreaseCriteria.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AwsJobRateIncreaseCriteria.Builder Modifier and Type Method Description static AwsJobRateIncreaseCriteria.BuilderAwsJobRateIncreaseCriteria. builder()AwsJobRateIncreaseCriteria.BuilderAwsJobRateIncreaseCriteria.Builder. numberOfNotifiedThings(Integer numberOfNotifiedThings)When this number of things have been notified, it will initiate an increase in the rollout rate.AwsJobRateIncreaseCriteria.BuilderAwsJobRateIncreaseCriteria.Builder. numberOfSucceededThings(Integer numberOfSucceededThings)When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.AwsJobRateIncreaseCriteria.BuilderAwsJobRateIncreaseCriteria. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AwsJobRateIncreaseCriteria.Builder Modifier and Type Method Description static Class<? extends AwsJobRateIncreaseCriteria.Builder>AwsJobRateIncreaseCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AwsJobRateIncreaseCriteria.Builder Modifier and Type Method Description default AwsJobExponentialRolloutRate.BuilderAwsJobExponentialRolloutRate.Builder. rateIncreaseCriteria(Consumer<AwsJobRateIncreaseCriteria.Builder> rateIncreaseCriteria)The criteria to initiate the increase in rate of rollout for a job.
-