Interface AwsJobRateIncreaseCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsJobRateIncreaseCriteria.Builder,
,AwsJobRateIncreaseCriteria> SdkBuilder<AwsJobRateIncreaseCriteria.Builder,
,AwsJobRateIncreaseCriteria> SdkPojo
- Enclosing class:
AwsJobRateIncreaseCriteria
public static interface AwsJobRateIncreaseCriteria.Builder
extends SdkPojo, CopyableBuilder<AwsJobRateIncreaseCriteria.Builder,AwsJobRateIncreaseCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfNotifiedThings
(Integer numberOfNotifiedThings) When this number of things have been notified, it will initiate an increase in the rollout rate.numberOfSucceededThings
(Integer numberOfSucceededThings) When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.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
When this number of things have been notified, it will initiate an increase in the rollout rate.
- Parameters:
numberOfNotifiedThings
- When this number of things have been notified, it will initiate an increase in the rollout rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfSucceededThings
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
- Parameters:
numberOfSucceededThings
- When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-