Interface RateIncreaseCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RateIncreaseCriteria.Builder,RateIncreaseCriteria>,SdkBuilder<RateIncreaseCriteria.Builder,RateIncreaseCriteria>,SdkPojo
- Enclosing class:
- RateIncreaseCriteria
public static interface RateIncreaseCriteria.Builder extends SdkPojo, CopyableBuilder<RateIncreaseCriteria.Builder,RateIncreaseCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateIncreaseCriteria.BuildernumberOfNotifiedThings(Integer numberOfNotifiedThings)The threshold for number of notified things that will initiate the increase in rate of rollout.RateIncreaseCriteria.BuildernumberOfSucceededThings(Integer numberOfSucceededThings)The threshold for number of succeeded things that will initiate the increase in rate of rollout.-
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
RateIncreaseCriteria.Builder numberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
- Parameters:
numberOfNotifiedThings- The threshold for number of notified things that will initiate the increase in rate of rollout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfSucceededThings
RateIncreaseCriteria.Builder numberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
- Parameters:
numberOfSucceededThings- The threshold for number of succeeded things that will initiate the increase in rate of rollout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-