Class CfnCampaign.AgentlessDialerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connectcampaigns.CfnCampaign.AgentlessDialerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaign.AgentlessDialerConfigProperty>
- Enclosing interface:
CfnCampaign.AgentlessDialerConfigProperty
@Stability(Stable)
public static final class CfnCampaign.AgentlessDialerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaign.AgentlessDialerConfigProperty>
A builder for
CfnCampaign.AgentlessDialerConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dialingCapacity(Number dialingCapacity) Sets the value ofCfnCampaign.AgentlessDialerConfigProperty.getDialingCapacity()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dialingCapacity
@Stability(Stable) public CfnCampaign.AgentlessDialerConfigProperty.Builder dialingCapacity(Number dialingCapacity) Sets the value ofCfnCampaign.AgentlessDialerConfigProperty.getDialingCapacity()- 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<CfnCampaign.AgentlessDialerConfigProperty>- Returns:
- a new instance of
CfnCampaign.AgentlessDialerConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-