Interface ProgressiveDialerConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProgressiveDialerConfig.Builder,,- ProgressiveDialerConfig> - SdkBuilder<ProgressiveDialerConfig.Builder,,- ProgressiveDialerConfig> - SdkPojo
- Enclosing class:
- ProgressiveDialerConfig
@Mutable
@NotThreadSafe
public static interface ProgressiveDialerConfig.Builder
extends SdkPojo, CopyableBuilder<ProgressiveDialerConfig.Builder,ProgressiveDialerConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionbandwidthAllocation(Double bandwidthAllocation) Sets the value of the BandwidthAllocation property for this object.dialingCapacity(Double dialingCapacity) Sets the value of the DialingCapacity property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bandwidthAllocationSets 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.
 
- 
dialingCapacitySets 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.
 
 
-