Class CfnCampaignPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connectcampaigns.CfnCampaignPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin>
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static final class CfnCampaignPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin>
A fluent builder for
CfnCampaignPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectInstanceArn(String connectInstanceArn) The Amazon Resource Name (ARN) of the Amazon Connect instance.create()create(CfnPropertyMixinOptions options) dialerConfig(CfnCampaignPropsMixin.DialerConfigProperty dialerConfig) Contains information about the dialer configuration.dialerConfig(IResolvable dialerConfig) Contains information about the dialer configuration.The name of the campaign.outboundCallConfig(CfnCampaignPropsMixin.OutboundCallConfigProperty outboundCallConfig) Contains information about the outbound call configuration.outboundCallConfig(IResolvable outboundCallConfig) Contains information about the outbound call configuration.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnCampaignPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCampaignPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCampaignPropsMixin.Builder.
-
connectInstanceArn
@Stability(Stable) public CfnCampaignPropsMixin.Builder connectInstanceArn(String connectInstanceArn) The Amazon Resource Name (ARN) of the Amazon Connect instance.- Parameters:
connectInstanceArn- The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
dialerConfig
Contains information about the dialer configuration.- Parameters:
dialerConfig- Contains information about the dialer configuration. This parameter is required.- Returns:
this- See Also:
-
dialerConfig
@Stability(Stable) public CfnCampaignPropsMixin.Builder dialerConfig(CfnCampaignPropsMixin.DialerConfigProperty dialerConfig) Contains information about the dialer configuration.- Parameters:
dialerConfig- Contains information about the dialer configuration. This parameter is required.- Returns:
this- See Also:
-
name
The name of the campaign.- Parameters:
name- The name of the campaign. This parameter is required.- Returns:
this- See Also:
-
outboundCallConfig
@Stability(Stable) public CfnCampaignPropsMixin.Builder outboundCallConfig(IResolvable outboundCallConfig) Contains information about the outbound call configuration.- Parameters:
outboundCallConfig- Contains information about the outbound call configuration. This parameter is required.- Returns:
this- See Also:
-
outboundCallConfig
@Stability(Stable) public CfnCampaignPropsMixin.Builder outboundCallConfig(CfnCampaignPropsMixin.OutboundCallConfigProperty outboundCallConfig) Contains information about the outbound call configuration.- Parameters:
outboundCallConfig- Contains information about the outbound call configuration. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin>- Returns:
- a newly built instance of
CfnCampaignPropsMixin.
-