Interface StartDicomImportJobResponse.Builder

  • Method Details

    • datastoreId

      StartDicomImportJobResponse.Builder datastoreId(String datastoreId)

      The data store identifier.

      Parameters:
      datastoreId - The data store identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The import job identifier.

      Parameters:
      jobId - The import job identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobStatus

      The import job status.

      Parameters:
      jobStatus - The import job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      The import job status.

      Parameters:
      jobStatus - The import job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submittedAt

      StartDicomImportJobResponse.Builder submittedAt(Instant submittedAt)

      The timestamp when the import job was submitted.

      Parameters:
      submittedAt - The timestamp when the import job was submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.