Interface WhatsAppOutboundConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WhatsAppOutboundConfig.Builder,,WhatsAppOutboundConfig> SdkBuilder<WhatsAppOutboundConfig.Builder,,WhatsAppOutboundConfig> SdkPojo
- Enclosing class:
WhatsAppOutboundConfig
@Mutable
@NotThreadSafe
public static interface WhatsAppOutboundConfig.Builder
extends SdkPojo, CopyableBuilder<WhatsAppOutboundConfig.Builder,WhatsAppOutboundConfig>
-
Method Summary
Modifier and TypeMethodDescriptionconnectSourcePhoneNumberArn(String connectSourcePhoneNumberArn) Sets the value of the ConnectSourcePhoneNumberArn property for this object.wisdomTemplateArn(String wisdomTemplateArn) Sets the value of the WisdomTemplateArn property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
connectSourcePhoneNumberArn
Sets the value of the ConnectSourcePhoneNumberArn property for this object.- Parameters:
connectSourcePhoneNumberArn- The new value for the ConnectSourcePhoneNumberArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wisdomTemplateArn
Sets the value of the WisdomTemplateArn property for this object.- Parameters:
wisdomTemplateArn- The new value for the WisdomTemplateArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-