Interface WhatsAppMessageTemplateSourceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WhatsAppMessageTemplateSourceConfiguration.Builder,,WhatsAppMessageTemplateSourceConfiguration> SdkBuilder<WhatsAppMessageTemplateSourceConfiguration.Builder,,WhatsAppMessageTemplateSourceConfiguration> SdkPojo
- Enclosing class:
WhatsAppMessageTemplateSourceConfiguration
@Mutable
@NotThreadSafe
public static interface WhatsAppMessageTemplateSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<WhatsAppMessageTemplateSourceConfiguration.Builder,WhatsAppMessageTemplateSourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessAccountId(String businessAccountId) The ID of the End User Messaging WhatsApp Business Account to associate with this template.components(String... components) The list of component mapping from WhatsApp template parameters to Message Template attributes.components(Collection<String> components) The list of component mapping from WhatsApp template parameters to Message Template attributes.templateId(String templateId) The WhatsApp template ID.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
-
businessAccountId
The ID of the End User Messaging WhatsApp Business Account to associate with this template.
- Parameters:
businessAccountId- The ID of the End User Messaging WhatsApp Business Account to associate with this template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The WhatsApp template ID.
- Parameters:
templateId- The WhatsApp template ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
The list of component mapping from WhatsApp template parameters to Message Template attributes.
- Parameters:
components- The list of component mapping from WhatsApp template parameters to Message Template attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
The list of component mapping from WhatsApp template parameters to Message Template attributes.
- Parameters:
components- The list of component mapping from WhatsApp template parameters to Message Template attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-