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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accessToken
The access token for your WhatsApp Business Account. The
accessToken
value is provided by Meta.- Parameters:
accessToken
- The access token for your WhatsApp Business Account. TheaccessToken
value is provided by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-