Interface StopWorkflowRunResponse.Builder

  • Method Details

    • workflowArn

      StopWorkflowRunResponse.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the workflow that contains the stopped run.

      Parameters:
      workflowArn - The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowVersion

      StopWorkflowRunResponse.Builder workflowVersion(String workflowVersion)

      The version of the workflow that was stopped.

      Parameters:
      workflowVersion - The version of the workflow that was stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      The unique identifier of the stopped workflow run.

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

      The status of the workflow run after the stop operation. This is typically STOPPING or STOPPED.

      Parameters:
      status - The status of the workflow run after the stop operation. This is typically STOPPING or STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the workflow run after the stop operation. This is typically STOPPING or STOPPED.

      Parameters:
      status - The status of the workflow run after the stop operation. This is typically STOPPING or STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: