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 SummaryModifier and TypeMethodDescriptionassociateInProgressToken(String associateInProgressToken) An Amazon Web Services access token generated byWhatsAppSignupCallbackand 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
associateInProgressTokenAn Amazon Web Services access token generated by WhatsAppSignupCallbackand used byWhatsAppSetupFinalization.- Parameters:
- associateInProgressToken- An Amazon Web Services access token generated by- WhatsAppSignupCallbackand used by- WhatsAppSetupFinalization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
linkedAccountsWithIncompleteSetupWhatsAppSignupCallbackResult.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.
 
 
-