Interface TransformationJobProgressReport.Builder

  • Method Details

    • totalFilesScanned

      TransformationJobProgressReport.Builder totalFilesScanned(Long totalFilesScanned)

      The total number of source files scanned by the job.

      Parameters:
      totalFilesScanned - The total number of source files scanned by the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalFilesConverted

      TransformationJobProgressReport.Builder totalFilesConverted(Long totalFilesConverted)

      The total number of source files successfully converted.

      Parameters:
      totalFilesConverted - The total number of source files successfully converted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalFilesFailed

      TransformationJobProgressReport.Builder totalFilesFailed(Long totalFilesFailed)

      The total number of source files that failed conversion.

      Parameters:
      totalFilesFailed - The total number of source files that failed conversion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalResourcesGenerated

      TransformationJobProgressReport.Builder totalResourcesGenerated(Long totalResourcesGenerated)

      The total number of FHIR R4 resources generated across all converted files.

      Parameters:
      totalResourcesGenerated - The total number of FHIR R4 resources generated across all converted files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.