Class CfnCampaignPropsMixin.PredictiveDialerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connectcampaigns.CfnCampaignPropsMixin.PredictiveDialerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.PredictiveDialerConfigProperty>
- Enclosing interface:
CfnCampaignPropsMixin.PredictiveDialerConfigProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.PredictiveDialerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.PredictiveDialerConfigProperty>
A builder for
CfnCampaignPropsMixin.PredictiveDialerConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidthAllocation(Number bandwidthAllocation) build()Builds the configured instance.dialingCapacity(Number dialingCapacity)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidthAllocation
@Stability(Stable) public CfnCampaignPropsMixin.PredictiveDialerConfigProperty.Builder bandwidthAllocation(Number bandwidthAllocation) - Parameters:
bandwidthAllocation- Bandwidth allocation for the predictive dialer.- Returns:
this
-
dialingCapacity
@Stability(Stable) public CfnCampaignPropsMixin.PredictiveDialerConfigProperty.Builder dialingCapacity(Number dialingCapacity) - Parameters:
dialingCapacity- The allocation of dialing capacity between multiple active campaigns.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.PredictiveDialerConfigProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.PredictiveDialerConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-