public static interface AwsJobRateIncreaseCriteria.Builder extends SdkPojo, CopyableBuilder<AwsJobRateIncreaseCriteria.Builder,AwsJobRateIncreaseCriteria>
Modifier and Type | Method and Description |
---|---|
AwsJobRateIncreaseCriteria.Builder |
numberOfNotifiedThings(Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an increase in the rollout rate.
|
AwsJobRateIncreaseCriteria.Builder |
numberOfSucceededThings(Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout
rate.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsJobRateIncreaseCriteria.Builder numberOfNotifiedThings(Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an increase in the rollout rate.
numberOfNotifiedThings
- When this number of things have been notified, it will initiate an increase in the rollout rate.AwsJobRateIncreaseCriteria.Builder numberOfSucceededThings(Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
numberOfSucceededThings
- When this number of things have succeeded in their job execution, it will initiate an increase in the
rollout rate.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.