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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IoTJobRateIncreaseCriteria.BuildernumberOfNotifiedThings(Integer numberOfNotifiedThings)The number of devices to receive the job notification before the rollout rate increases.IoTJobRateIncreaseCriteria.BuildernumberOfSucceededThings(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 Detail
-
numberOfNotifiedThings
IoTJobRateIncreaseCriteria.Builder numberOfNotifiedThings(Integer 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
IoTJobRateIncreaseCriteria.Builder numberOfSucceededThings(Integer 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.
-
-