Interface CreateWhatsAppFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateWhatsAppFlowResponse.Builder,,CreateWhatsAppFlowResponse> SdkBuilder<CreateWhatsAppFlowResponse.Builder,,CreateWhatsAppFlowResponse> SdkPojo,SdkResponse.Builder,SocialMessagingResponse.Builder
- Enclosing class:
CreateWhatsAppFlowResponse
@Mutable
@NotThreadSafe
public static interface CreateWhatsAppFlowResponse.Builder
extends SocialMessagingResponse.Builder, SdkPojo, CopyableBuilder<CreateWhatsAppFlowResponse.Builder,CreateWhatsAppFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the Flow by Meta.validationErrors(String... validationErrors) A list of validation errors returned by Meta, if any.validationErrors(Collection<String> validationErrors) A list of validation errors returned by Meta, if any.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
-
flowId
The unique identifier assigned to the Flow by Meta.
- Parameters:
flowId- The unique identifier assigned to the Flow by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationErrors
A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
- Parameters:
validationErrors- A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationErrors
A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
- Parameters:
validationErrors- A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-