Interface PredictiveDialerConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PredictiveDialerConfig.Builder,PredictiveDialerConfig>,SdkBuilder<PredictiveDialerConfig.Builder,PredictiveDialerConfig>,SdkPojo
- Enclosing class:
- PredictiveDialerConfig
public static interface PredictiveDialerConfig.Builder extends SdkPojo, CopyableBuilder<PredictiveDialerConfig.Builder,PredictiveDialerConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictiveDialerConfig.BuilderbandwidthAllocation(Double bandwidthAllocation)Sets the value of the BandwidthAllocation property for this object.PredictiveDialerConfig.BuilderdialingCapacity(Double dialingCapacity)Sets the value of the DialingCapacity property for this object.-
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
-
bandwidthAllocation
PredictiveDialerConfig.Builder bandwidthAllocation(Double 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.
-
dialingCapacity
PredictiveDialerConfig.Builder dialingCapacity(Double dialingCapacity)
Sets the value of the DialingCapacity property for this object.- Parameters:
dialingCapacity- The new value for the DialingCapacity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-