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