Interface RolloutRateIncreaseCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RolloutRateIncreaseCriteria.Builder,
,RolloutRateIncreaseCriteria> SdkBuilder<RolloutRateIncreaseCriteria.Builder,
,RolloutRateIncreaseCriteria> SdkPojo
- Enclosing class:
RolloutRateIncreaseCriteria
@Mutable
@NotThreadSafe
public static interface RolloutRateIncreaseCriteria.Builder
extends SdkPojo, CopyableBuilder<RolloutRateIncreaseCriteria.Builder,RolloutRateIncreaseCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfNotifiedThings
(Integer numberOfNotifiedThings) The threshold for number of notified things that will initiate the increase in rate of rollout.numberOfSucceededThings
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-