Interface WhatsAppSignupCallbackResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WhatsAppSignupCallbackResult.Builder,
,WhatsAppSignupCallbackResult> SdkBuilder<WhatsAppSignupCallbackResult.Builder,
,WhatsAppSignupCallbackResult> SdkPojo
- Enclosing class:
WhatsAppSignupCallbackResult
@Mutable
@NotThreadSafe
public static interface WhatsAppSignupCallbackResult.Builder
extends SdkPojo, CopyableBuilder<WhatsAppSignupCallbackResult.Builder,WhatsAppSignupCallbackResult>
-
Method Summary
Modifier and TypeMethodDescriptionassociateInProgressToken
(String associateInProgressToken) An Amazon Web Services access token generated byWhatsAppSignupCallback
and used byWhatsAppSetupFinalization
.linkedAccountsWithIncompleteSetup
(Map<String, LinkedWhatsAppBusinessAccountIdMetaData> linkedAccountsWithIncompleteSetup) A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.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
-
associateInProgressToken
An Amazon Web Services access token generated by
WhatsAppSignupCallback
and used byWhatsAppSetupFinalization
.- Parameters:
associateInProgressToken
- An Amazon Web Services access token generated byWhatsAppSignupCallback
and used byWhatsAppSetupFinalization
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccountsWithIncompleteSetup
WhatsAppSignupCallbackResult.Builder linkedAccountsWithIncompleteSetup(Map<String, LinkedWhatsAppBusinessAccountIdMetaData> linkedAccountsWithIncompleteSetup) A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.
- Parameters:
linkedAccountsWithIncompleteSetup
- A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-