| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AwsJobExponentialRolloutRate.Builder |
AwsJobExponentialRolloutRate.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.Builder |
AwsJobExponentialRolloutRate.builder() |
AwsJobExponentialRolloutRate.Builder |
AwsJobExponentialRolloutRate.Builder.incrementFactor(Double incrementFactor)
The rate of increase for a job rollout.
|
AwsJobExponentialRolloutRate.Builder |
AwsJobExponentialRolloutRate.Builder.rateIncreaseCriteria(AwsJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
default AwsJobExponentialRolloutRate.Builder |
AwsJobExponentialRolloutRate.Builder.rateIncreaseCriteria(Consumer<AwsJobRateIncreaseCriteria.Builder> rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
AwsJobExponentialRolloutRate.Builder |
AwsJobExponentialRolloutRate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsJobExponentialRolloutRate.Builder> |
AwsJobExponentialRolloutRate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsJobExecutionsRolloutConfig.Builder |
AwsJobExecutionsRolloutConfig.Builder.exponentialRate(Consumer<AwsJobExponentialRolloutRate.Builder> exponentialRate)
The rate of increase for a job rollout.
|
Copyright © 2021. All rights reserved.