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