Interface UpdateFlowResponse.Builder

    • Method Detail

      • 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, FlowStatus
      • 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:
        FlowStatus, FlowStatus