Interface UpdateWhatsAppFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWhatsAppFlowRequest.Builder,,UpdateWhatsAppFlowRequest> SdkBuilder<UpdateWhatsAppFlowRequest.Builder,,UpdateWhatsAppFlowRequest> SdkPojo,SdkRequest.Builder,SocialMessagingRequest.Builder
- Enclosing class:
UpdateWhatsAppFlowRequest
-
Method Summary
Modifier and TypeMethodDescriptioncategories(Collection<MetaFlowCategory> categories) The updated categories for the Flow.categories(MetaFlowCategory... categories) The updated categories for the Flow.categoriesWithStrings(String... categories) The updated categories for the Flow.categoriesWithStrings(Collection<String> categories) The updated categories for the Flow.endpointUri(String endpointUri) Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly.The unique identifier of the Flow to update.The updated name for the Flow.The ID of the WhatsApp Business Account associated with this Flow.Optional Meta app ID to attach to the Flow.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 this Flow.
- Parameters:
id- The ID of the WhatsApp Business Account associated with this Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The unique identifier of the Flow to update.
- Parameters:
flowId- The unique identifier of the Flow to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowName
The updated name for the Flow.
- Parameters:
flowName- The updated name for the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoriesWithStrings
The updated categories for the Flow.
- Parameters:
categories- The updated categories for the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoriesWithStrings
The updated categories for the Flow.
- Parameters:
categories- The updated categories for the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
The updated categories for the Flow.
- Parameters:
categories- The updated categories for the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
The updated categories for the Flow.
- Parameters:
categories- The updated categories for the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointUri
Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly. When omitted, the Flow's endpoint is unchanged.
- Parameters:
endpointUri- Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly. When omitted, the Flow's endpoint is unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metaAppId
Optional Meta app ID to attach to the Flow. Meta signs data-exchange requests with the attached app's secret, so attaching your own app is what enables X-Hub-Signature-256 and flow_token_signature verification at your endpoint. Meta requires the app to be owned by the same business that owns the WABA. Attaching your own app is one-way: the service's app cannot be re-attached afterwards. When omitted, the attached app is unchanged. (Set via update because Meta ignores application_id at creation time.)
- Parameters:
metaAppId- Optional Meta app ID to attach to the Flow. Meta signs data-exchange requests with the attached app's secret, so attaching your own app is what enables X-Hub-Signature-256 and flow_token_signature verification at your endpoint. Meta requires the app to be owned by the same business that owns the WABA. Attaching your own app is one-way: the service's app cannot be re-attached afterwards. When omitted, the attached app is unchanged. (Set via update because Meta ignores application_id at creation time.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWhatsAppFlowRequest.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
UpdateWhatsAppFlowRequest.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.
-