Interface GetWorkflowRunResponse.Builder

  • Method Details

    • workflowRunArn

      GetWorkflowRunResponse.Builder workflowRunArn(String workflowRunArn)

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

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

      GetWorkflowRunResponse.Builder workflowRunId(String workflowRunId)

      The unique identifier of the workflow run.

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

      The current execution status of the workflow run.

      Parameters:
      status - The current execution status of the workflow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current execution status of the workflow run.

      Parameters:
      status - The current execution status of the workflow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      The timestamp when the workflow run started execution.

      Parameters:
      startedAt - The timestamp when the workflow run started execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endedAt

      The timestamp when the workflow run completed execution, if applicable.

      Parameters:
      endedAt - The timestamp when the workflow run completed execution, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelId

      The ID of the AI model being used for this workflow run.

      Parameters:
      modelId - The ID of the AI model being used for this workflow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupName

      GetWorkflowRunResponse.Builder logGroupName(String logGroupName)

      The CloudWatch log group name for this workflow run's logs.

      Parameters:
      logGroupName - The CloudWatch log group name for this workflow run's logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.