Interface UpdateWhatsAppFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWhatsAppFlowRequest.Builder,,UpdateWhatsAppFlowRequest> SdkBuilder<UpdateWhatsAppFlowRequest.Builder,,UpdateWhatsAppFlowRequest> SdkPojo,SdkRequest.Builder,SocialMessagingRequest.Builder
- Enclosing class:
UpdateWhatsAppFlowRequest
@Mutable
@NotThreadSafe
public static interface UpdateWhatsAppFlowRequest.Builder
extends SocialMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateWhatsAppFlowRequest.Builder,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) The updated HTTPS endpoint for a data exchange Flow.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.The ID of the Meta application 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
The updated HTTPS endpoint for a data exchange Flow.
- Parameters:
endpointUri- The updated HTTPS endpoint for a data exchange Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metaAppId
The ID of the Meta application to attach to the Flow.
- Parameters:
metaAppId- The ID of the Meta application to attach to the Flow.- 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.
-