Interface UpdateFlowResponse.Builder
- All Superinterfaces:
 AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFlowResponse.Builder,,UpdateFlowResponse> SdkBuilder<UpdateFlowResponse.Builder,,UpdateFlowResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateFlowResponse
public static interface UpdateFlowResponse.Builder
extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionflowStatus(String flowStatus) Indicates the current status of the flow.flowStatus(FlowStatus flowStatus) Indicates the current status of the flow.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
flowStatus
Indicates the current status of the flow.
- Parameters:
 flowStatus- Indicates the current status of the flow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
flowStatus
Indicates the current status of the flow.
- Parameters:
 flowStatus- Indicates the current status of the flow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -