Interface GetLinkedWhatsAppBusinessAccountResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetLinkedWhatsAppBusinessAccountResponse.Builder,,- GetLinkedWhatsAppBusinessAccountResponse> - SdkBuilder<GetLinkedWhatsAppBusinessAccountResponse.Builder,,- GetLinkedWhatsAppBusinessAccountResponse> - SdkPojo,- SdkResponse.Builder,- SocialMessagingResponse.Builder
- Enclosing class:
- GetLinkedWhatsAppBusinessAccountResponse
@Mutable
@NotThreadSafe
public static interface GetLinkedWhatsAppBusinessAccountResponse.Builder
extends SocialMessagingResponse.Builder, SdkPojo, CopyableBuilder<GetLinkedWhatsAppBusinessAccountResponse.Builder,GetLinkedWhatsAppBusinessAccountResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe details of the linked WhatsApp Business Account.account(LinkedWhatsAppBusinessAccount account) The details of the linked WhatsApp Business Account.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.socialmessaging.model.SocialMessagingResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
accountThe details of the linked WhatsApp Business Account. - Parameters:
- account- The details of the linked WhatsApp Business Account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountdefault GetLinkedWhatsAppBusinessAccountResponse.Builder account(Consumer<LinkedWhatsAppBusinessAccount.Builder> account) The details of the linked WhatsApp Business Account. This is a convenience method that creates an instance of theLinkedWhatsAppBusinessAccount.Builderavoiding the need to create one manually viaLinkedWhatsAppBusinessAccount.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccount(LinkedWhatsAppBusinessAccount).- Parameters:
- account- a consumer that will call methods on- LinkedWhatsAppBusinessAccount.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-