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