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