Interface StopFlowExecutionResponse.Builder

  • Method Details

    • executionArn

      StopFlowExecutionResponse.Builder executionArn(String executionArn)

      The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.

      Parameters:
      executionArn - The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.

      Parameters:
      status - The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.

      Parameters:
      status - The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: