Class CfnCampaign.SmsOutboundModeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.SmsOutboundModeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaign.SmsOutboundModeProperty>
- Enclosing interface:
CfnCampaign.SmsOutboundModeProperty
@Stability(Stable)
public static final class CfnCampaign.SmsOutboundModeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaign.SmsOutboundModeProperty>
A builder for
CfnCampaign.SmsOutboundModeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentlessConfig(Object agentlessConfig) Sets the value ofCfnCampaign.SmsOutboundModeProperty.getAgentlessConfig()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentlessConfig
@Stability(Stable) public CfnCampaign.SmsOutboundModeProperty.Builder agentlessConfig(Object agentlessConfig) Sets the value ofCfnCampaign.SmsOutboundModeProperty.getAgentlessConfig()- Parameters:
agentlessConfig- Contains agentless outbound mode configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaign.SmsOutboundModeProperty>- Returns:
- a new instance of
CfnCampaign.SmsOutboundModeProperty - Throws:
NullPointerException- if any required attribute was not provided
-