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