Interface StartFlowResponse.Builder

    • Method Detail

      • flowArn

        StartFlowResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that you started.
        Parameters:
        flowArn - The ARN of the flow that you started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        StartFlowResponse.Builder status​(String status)
        The status of the flow when the StartFlow process begins.
        Parameters:
        status - The status of the flow when the StartFlow process begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        StartFlowResponse.Builder status​(Status status)
        The status of the flow when the StartFlow process begins.
        Parameters:
        status - The status of the flow when the StartFlow process begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status