Interface SendWhatsAppConversionEventRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SendWhatsAppConversionEventRequest.Builder,,SendWhatsAppConversionEventRequest> SdkBuilder<SendWhatsAppConversionEventRequest.Builder,,SendWhatsAppConversionEventRequest> SdkPojo,SdkRequest.Builder,SocialMessagingRequest.Builder
- Enclosing class:
SendWhatsAppConversionEventRequest
@Mutable
@NotThreadSafe
public static interface SendWhatsAppConversionEventRequest.Builder
extends SocialMessagingRequest.Builder, SdkPojo, CopyableBuilder<SendWhatsAppConversionEventRequest.Builder,SendWhatsAppConversionEventRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Meta-generated dataset ID to send the event to.The raw Meta Conversions API event payload as a JSON blob.The ID of the WhatsApp Business Account associated with the dataset, formatted aswaba-01234567890123456789012345678901.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.socialmessaging.model.SocialMessagingRequest.Builder
build
-
Method Details
-
id
The ID of the WhatsApp Business Account associated with the dataset, formatted as
waba-01234567890123456789012345678901.- Parameters:
id- The ID of the WhatsApp Business Account associated with the dataset, formatted aswaba-01234567890123456789012345678901.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetId
The Meta-generated dataset ID to send the event to.
- Parameters:
datasetId- The Meta-generated dataset ID to send the event to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventData
The raw Meta Conversions API event payload as a JSON blob. See Meta's server event parameters for the supported format.
- Parameters:
eventData- The raw Meta Conversions API event payload as a JSON blob. See Meta's server event parameters for the supported format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SendWhatsAppConversionEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SendWhatsAppConversionEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-