Class CfnCampaign.ProgressiveDialerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaign.ProgressiveDialerConfigProperty>
- Enclosing interface:
CfnCampaign.ProgressiveDialerConfigProperty
@Stability(Stable)
public static final class CfnCampaign.ProgressiveDialerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaign.ProgressiveDialerConfigProperty>
A builder for
CfnCampaign.ProgressiveDialerConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthAllocation
(Number bandwidthAllocation) Sets the value ofCfnCampaign.ProgressiveDialerConfigProperty.getBandwidthAllocation()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidthAllocation
@Stability(Stable) public CfnCampaign.ProgressiveDialerConfigProperty.Builder bandwidthAllocation(Number bandwidthAllocation) Sets the value ofCfnCampaign.ProgressiveDialerConfigProperty.getBandwidthAllocation()
- Parameters:
bandwidthAllocation
- Bandwidth allocation for the progressive dialer. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCampaign.ProgressiveDialerConfigProperty>
- Returns:
- a new instance of
CfnCampaign.ProgressiveDialerConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-