Interface PredictiveConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PredictiveConfig.Builder,,PredictiveConfig> SdkBuilder<PredictiveConfig.Builder,,PredictiveConfig> SdkPojo
- Enclosing class:
PredictiveConfig
@Mutable
@NotThreadSafe
public static interface PredictiveConfig.Builder
extends SdkPojo, CopyableBuilder<PredictiveConfig.Builder,PredictiveConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthAllocation(Double bandwidthAllocation) Sets the value of the BandwidthAllocation property for this object.pacingStrategies(Collection<PacingStrategy> pacingStrategies) Pacing strategies the dialer enforces simultaneously.pacingStrategies(Consumer<PacingStrategy.Builder>... pacingStrategies) Pacing strategies the dialer enforces simultaneously.pacingStrategies(PacingStrategy... pacingStrategies) Pacing strategies the dialer enforces simultaneously.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bandwidthAllocation
Sets the value of the BandwidthAllocation property for this object.- Parameters:
bandwidthAllocation- The new value for the BandwidthAllocation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pacingStrategies
Pacing strategies the dialer enforces simultaneously.
- Parameters:
pacingStrategies- Pacing strategies the dialer enforces simultaneously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pacingStrategies
Pacing strategies the dialer enforces simultaneously.
- Parameters:
pacingStrategies- Pacing strategies the dialer enforces simultaneously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pacingStrategies
Pacing strategies the dialer enforces simultaneously.
This is a convenience method that creates an instance of thePacingStrategy.Builderavoiding the need to create one manually viaPacingStrategy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topacingStrategies(List<PacingStrategy>).- Parameters:
pacingStrategies- a consumer that will call methods onPacingStrategy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-