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