Class CfnCampaign.CommunicationLimitsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.CommunicationLimitsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaign.CommunicationLimitsProperty>
- Enclosing interface:
CfnCampaign.CommunicationLimitsProperty
@Stability(Stable)
public static final class CfnCampaign.CommunicationLimitsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaign.CommunicationLimitsProperty>
A builder for
CfnCampaign.CommunicationLimitsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.communicationLimitList(List<? extends Object> communicationLimitList) Sets the value ofCfnCampaign.CommunicationLimitsProperty.getCommunicationLimitList()communicationLimitList(IResolvable communicationLimitList) Sets the value ofCfnCampaign.CommunicationLimitsProperty.getCommunicationLimitList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
communicationLimitList
@Stability(Stable) public CfnCampaign.CommunicationLimitsProperty.Builder communicationLimitList(IResolvable communicationLimitList) Sets the value ofCfnCampaign.CommunicationLimitsProperty.getCommunicationLimitList()- Parameters:
communicationLimitList- The list of CommunicationLimits.- Returns:
this
-
communicationLimitList
@Stability(Stable) public CfnCampaign.CommunicationLimitsProperty.Builder communicationLimitList(List<? extends Object> communicationLimitList) Sets the value ofCfnCampaign.CommunicationLimitsProperty.getCommunicationLimitList()- Parameters:
communicationLimitList- The list of CommunicationLimits.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaign.CommunicationLimitsProperty>- Returns:
- a new instance of
CfnCampaign.CommunicationLimitsProperty - Throws:
NullPointerException- if any required attribute was not provided
-