Interface MetaFlowWhatsAppBusinessAccountInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetaFlowWhatsAppBusinessAccountInfo.Builder,,MetaFlowWhatsAppBusinessAccountInfo> SdkBuilder<MetaFlowWhatsAppBusinessAccountInfo.Builder,,MetaFlowWhatsAppBusinessAccountInfo> SdkPojo
- Enclosing class:
MetaFlowWhatsAppBusinessAccountInfo
@Mutable
@NotThreadSafe
public static interface MetaFlowWhatsAppBusinessAccountInfo.Builder
extends SdkPojo, CopyableBuilder<MetaFlowWhatsAppBusinessAccountInfo.Builder,MetaFlowWhatsAppBusinessAccountInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe currency code for the WhatsApp Business Account (for example, USD).The WhatsApp Business Account ID from Meta.messageTemplateNamespace(String messageTemplateNamespace) The message template namespace for the WhatsApp Business Account.The name of the WhatsApp Business Account.timezoneId(String timezoneId) The timezone ID for the WhatsApp Business Account.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
-
id
The WhatsApp Business Account ID from Meta.
- Parameters:
id- The WhatsApp Business Account ID from Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the WhatsApp Business Account.
- Parameters:
name- The name of the WhatsApp Business Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currency
The currency code for the WhatsApp Business Account (for example, USD).
- Parameters:
currency- The currency code for the WhatsApp Business Account (for example, USD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezoneId
The timezone ID for the WhatsApp Business Account.
- Parameters:
timezoneId- The timezone ID for the WhatsApp Business Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTemplateNamespace
MetaFlowWhatsAppBusinessAccountInfo.Builder messageTemplateNamespace(String messageTemplateNamespace) The message template namespace for the WhatsApp Business Account.
- Parameters:
messageTemplateNamespace- The message template namespace for the WhatsApp Business Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-