Interface UpdateWhatsAppFlowAssetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWhatsAppFlowAssetsRequest.Builder,,UpdateWhatsAppFlowAssetsRequest> SdkBuilder<UpdateWhatsAppFlowAssetsRequest.Builder,,UpdateWhatsAppFlowAssetsRequest> SdkPojo,SdkRequest.Builder,SocialMessagingRequest.Builder
- Enclosing class:
UpdateWhatsAppFlowAssetsRequest
@Mutable
@NotThreadSafe
public static interface UpdateWhatsAppFlowAssetsRequest.Builder
extends SocialMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateWhatsAppFlowAssetsRequest.Builder,UpdateWhatsAppFlowAssetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Flow whose assets to update.The updated Flow JSON definition.The ID of the WhatsApp Business Account associated with this 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 whose assets to update.
- Parameters:
flowId- The unique identifier of the Flow whose assets to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowJson
The updated Flow JSON definition. Maximum size is 10 MB.
- Parameters:
flowJson- The updated Flow JSON definition. Maximum size is 10 MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWhatsAppFlowAssetsRequest.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
UpdateWhatsAppFlowAssetsRequest.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.
-