Interface PrepareFlowResponse.Builder

    • Method Detail

      • id

        PrepareFlowResponse.Builder id​(String id)

        The unique identifier of the flow.

        Parameters:
        id - The unique identifier of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        PrepareFlowResponse.Builder status​(String status)

        The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.

        Parameters:
        status - The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • status

        PrepareFlowResponse.Builder status​(FlowStatus status)

        The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.

        Parameters:
        status - The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus