Interface RunBatchListItem.Builder

  • Method Details

    • runSettingId

      RunBatchListItem.Builder runSettingId(String runSettingId)

      The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in inlineSettings or s3UriSettings.

      Parameters:
      runSettingId - The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in inlineSettings or s3UriSettings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      The HealthOmics-generated identifier for the workflow run. Empty if submission failed.

      Parameters:
      runId - The HealthOmics-generated identifier for the workflow run. Empty if submission failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runInternalUuid

      RunBatchListItem.Builder runInternalUuid(String runInternalUuid)

      The universally unique identifier (UUID) for the run.

      Parameters:
      runInternalUuid - The universally unique identifier (UUID) for the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runArn

      The unique ARN of the workflow run.

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

      RunBatchListItem.Builder submissionStatus(String submissionStatus)

      The submission outcome for this run.

      Parameters:
      submissionStatus - The submission outcome for this run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submissionStatus

      RunBatchListItem.Builder submissionStatus(SubmissionStatus submissionStatus)

      The submission outcome for this run.

      Parameters:
      submissionStatus - The submission outcome for this run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submissionFailureReason

      RunBatchListItem.Builder submissionFailureReason(String submissionFailureReason)

      The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.

      Parameters:
      submissionFailureReason - The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submissionFailureMessage

      RunBatchListItem.Builder submissionFailureMessage(String submissionFailureMessage)

      A detailed message describing the submission failure.

      Parameters:
      submissionFailureMessage - A detailed message describing the submission failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.