Interface SendWhatsAppCallEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendWhatsAppCallEventResponse.Builder,,SendWhatsAppCallEventResponse> SdkBuilder<SendWhatsAppCallEventResponse.Builder,,SendWhatsAppCallEventResponse> SdkPojo,SdkResponse.Builder,SocialMessagingResponse.Builder
- Enclosing class:
SendWhatsAppCallEventResponse
@Mutable
@NotThreadSafe
public static interface SendWhatsAppCallEventResponse.Builder
extends SocialMessagingResponse.Builder, SdkPojo, CopyableBuilder<SendWhatsAppCallEventResponse.Builder,SendWhatsAppCallEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier that Meta assigns to the call.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.socialmessaging.model.SocialMessagingResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
callId
The unique identifier that Meta assigns to the call.
- Parameters:
callId- The unique identifier that Meta assigns to the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-