Interface WhatsAppSignupCallback.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WhatsAppSignupCallback.Builder,,WhatsAppSignupCallback> SdkBuilder<WhatsAppSignupCallback.Builder,,WhatsAppSignupCallback> SdkPojo
- Enclosing class:
WhatsAppSignupCallback
@Mutable
@NotThreadSafe
public static interface WhatsAppSignupCallback.Builder
extends SdkPojo, CopyableBuilder<WhatsAppSignupCallback.Builder,WhatsAppSignupCallback>
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) The access token for your WhatsApp Business Account.callbackUrl(String callbackUrl) The URL where WhatsApp will send callback notifications for this 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
-
accessToken
The access token for your WhatsApp Business Account. The
accessTokenvalue is provided by Meta.- Parameters:
accessToken- The access token for your WhatsApp Business Account. TheaccessTokenvalue is provided by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callbackUrl
The URL where WhatsApp will send callback notifications for this account.
- Parameters:
callbackUrl- The URL where WhatsApp will send callback notifications for this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-