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 Details

    • flowStatus

      UpdateFlowResponse.Builder flowStatus(String 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

      UpdateFlowResponse.Builder flowStatus(FlowStatus 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: