Interface IoTJobRateIncreaseCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IoTJobRateIncreaseCriteria.Builder,
,IoTJobRateIncreaseCriteria> SdkBuilder<IoTJobRateIncreaseCriteria.Builder,
,IoTJobRateIncreaseCriteria> SdkPojo
- Enclosing class:
IoTJobRateIncreaseCriteria
public static interface IoTJobRateIncreaseCriteria.Builder
extends SdkPojo, CopyableBuilder<IoTJobRateIncreaseCriteria.Builder,IoTJobRateIncreaseCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfNotifiedThings
(Integer numberOfNotifiedThings) The number of devices to receive the job notification before the rollout rate increases.numberOfSucceededThings
(Integer numberOfSucceededThings) The number of devices to successfully run the configuration job before the rollout rate increases.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
numberOfNotifiedThings
The number of devices to receive the job notification before the rollout rate increases.
- Parameters:
numberOfNotifiedThings
- The number of devices to receive the job notification before the rollout rate increases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfSucceededThings
The number of devices to successfully run the configuration job before the rollout rate increases.
- Parameters:
numberOfSucceededThings
- The number of devices to successfully run the configuration job before the rollout rate increases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-