Interface IoTJobRateIncreaseCriteria.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IoTJobRateIncreaseCriteria.Builder,,- IoTJobRateIncreaseCriteria> - SdkBuilder<IoTJobRateIncreaseCriteria.Builder,,- IoTJobRateIncreaseCriteria> - SdkPojo
- Enclosing class:
- IoTJobRateIncreaseCriteria
@Mutable
@NotThreadSafe
public static interface IoTJobRateIncreaseCriteria.Builder
extends SdkPojo, CopyableBuilder<IoTJobRateIncreaseCriteria.Builder,IoTJobRateIncreaseCriteria> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
numberOfNotifiedThingsThe 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.
 
- 
numberOfSucceededThingsThe 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.
 
 
-