Class CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connectcampaignsv2.mixins.CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.CommunicationLimitsConfigProperty>
- Enclosing interface:
CfnCampaignPropsMixin.CommunicationLimitsConfigProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.CommunicationLimitsConfigProperty>
A builder for
CfnCampaignPropsMixin.CommunicationLimitsConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallChannelsSubtypes(IResolvable allChannelsSubtypes) allChannelsSubtypes(CfnCampaignPropsMixin.CommunicationLimitsProperty allChannelsSubtypes) build()Builds the configured instance.instanceLimitsHandling(String instanceLimitsHandling)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allChannelsSubtypes
@Stability(Stable) public CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder allChannelsSubtypes(IResolvable allChannelsSubtypes) - Parameters:
allChannelsSubtypes- The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.- Returns:
this
-
allChannelsSubtypes
@Stability(Stable) public CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder allChannelsSubtypes(CfnCampaignPropsMixin.CommunicationLimitsProperty allChannelsSubtypes) - Parameters:
allChannelsSubtypes- The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.- Returns:
this
-
instanceLimitsHandling
@Stability(Stable) public CfnCampaignPropsMixin.CommunicationLimitsConfigProperty.Builder instanceLimitsHandling(String instanceLimitsHandling) Sets the value ofCfnCampaignPropsMixin.CommunicationLimitsConfigProperty.getInstanceLimitsHandling()- Parameters:
instanceLimitsHandling- Opt-in or Opt-out from instance-level limits.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.CommunicationLimitsConfigProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.CommunicationLimitsConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-