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