Class CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.TelephonyOutboundModeProperty>
- Enclosing interface:
CfnCampaignPropsMixin.TelephonyOutboundModeProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.TelephonyOutboundModeProperty>
A builder for
CfnCampaignPropsMixin.TelephonyOutboundModeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentlessConfig(Object agentlessConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getAgentlessConfig()build()Builds the configured instance.predictiveConfig(CfnCampaignPropsMixin.PredictiveConfigProperty predictiveConfig) predictiveConfig(IResolvable predictiveConfig) previewConfig(CfnCampaignPropsMixin.PreviewConfigProperty previewConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getPreviewConfig()previewConfig(IResolvable previewConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getPreviewConfig()progressiveConfig(CfnCampaignPropsMixin.ProgressiveConfigProperty progressiveConfig) progressiveConfig(IResolvable progressiveConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentlessConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder agentlessConfig(Object agentlessConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getAgentlessConfig()- Parameters:
agentlessConfig- The agentless outbound mode configuration for telephony.- Returns:
this
-
predictiveConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder predictiveConfig(IResolvable predictiveConfig) - Parameters:
predictiveConfig- Contains predictive outbound mode configuration.- Returns:
this
-
predictiveConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder predictiveConfig(CfnCampaignPropsMixin.PredictiveConfigProperty predictiveConfig) - Parameters:
predictiveConfig- Contains predictive outbound mode configuration.- Returns:
this
-
previewConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder previewConfig(IResolvable previewConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getPreviewConfig()- Parameters:
previewConfig- Contains preview outbound mode configuration.- Returns:
this
-
previewConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder previewConfig(CfnCampaignPropsMixin.PreviewConfigProperty previewConfig) Sets the value ofCfnCampaignPropsMixin.TelephonyOutboundModeProperty.getPreviewConfig()- Parameters:
previewConfig- Contains preview outbound mode configuration.- Returns:
this
-
progressiveConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder progressiveConfig(IResolvable progressiveConfig) - Parameters:
progressiveConfig- Contains progressive telephony outbound mode configuration.- Returns:
this
-
progressiveConfig
@Stability(Stable) public CfnCampaignPropsMixin.TelephonyOutboundModeProperty.Builder progressiveConfig(CfnCampaignPropsMixin.ProgressiveConfigProperty progressiveConfig) - Parameters:
progressiveConfig- Contains progressive telephony outbound mode configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.TelephonyOutboundModeProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.TelephonyOutboundModeProperty - Throws:
NullPointerException- if any required attribute was not provided
-