Interface JobProgressReport.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobProgressReport.Builder,,JobProgressReport> SdkBuilder<JobProgressReport.Builder,,JobProgressReport> SdkPojo
- Enclosing class:
JobProgressReport
-
Method Summary
Modifier and TypeMethodDescriptionthroughput(Double throughput) The transaction rate the import job is processed at.totalFilesConverted(Long totalFilesConverted) Number of CCDA files successfully transformed during the import's transformation phase.totalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError) The number of files that failed to be read from the S3 input bucket due to customer error.totalNumberOfImportedFiles(Long totalNumberOfImportedFiles) The number of files imported.totalNumberOfImportedNonFhirFiles(Long totalNumberOfImportedNonFhirFiles) The number of non-FHIR files imported.totalNumberOfNonFhirFilesReadWithCustomerError(Long totalNumberOfNonFhirFilesReadWithCustomerError) The number of non-FHIR files that failed to be read from the S3 input bucket due to customer error.totalNumberOfNonFhirResourcesImported(Long totalNumberOfNonFhirResourcesImported) The number of non-FHIR resources imported.totalNumberOfNonFhirResourcesScanned(Long totalNumberOfNonFhirResourcesScanned) The number of non-FHIR resources scanned from the S3 input bucket.totalNumberOfNonFhirResourcesWithCustomerError(Long totalNumberOfNonFhirResourcesWithCustomerError) The number of non-FHIR resources that failed due to customer error.totalNumberOfResourcesImported(Long totalNumberOfResourcesImported) The number of resources imported.totalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned) The number of resources scanned from the S3 input bucket.totalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError) The number of resources that failed due to customer error.totalNumberOfScannedFiles(Long totalNumberOfScannedFiles) The number of files scanned from the S3 input bucket.totalNumberOfScannedNonFhirFiles(Long totalNumberOfScannedNonFhirFiles) The number of non-FHIR files scanned from the S3 input bucket.totalResourcesGenerated(Long totalResourcesGenerated) Number of FHIR resources produced by the transformation phase.totalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB) The size (in MB) of files scanned from the S3 input bucket.totalSizeOfScannedNonFhirFilesInMB(Double totalSizeOfScannedNonFhirFilesInMB) The size (in MB) of non-FHIR files scanned from the S3 input bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
totalNumberOfScannedFiles
The number of files scanned from the S3 input bucket.
- Parameters:
totalNumberOfScannedFiles- The number of files scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeOfScannedFilesInMB
The size (in MB) of files scanned from the S3 input bucket.
- Parameters:
totalSizeOfScannedFilesInMB- The size (in MB) of files scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfImportedFiles
The number of files imported.
- Parameters:
totalNumberOfImportedFiles- The number of files imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesScanned
The number of resources scanned from the S3 input bucket.
- Parameters:
totalNumberOfResourcesScanned- The number of resources scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesImported
The number of resources imported.
- Parameters:
totalNumberOfResourcesImported- The number of resources imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesWithCustomerError
JobProgressReport.Builder totalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError) The number of resources that failed due to customer error.
- Parameters:
totalNumberOfResourcesWithCustomerError- The number of resources that failed due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfFilesReadWithCustomerError
JobProgressReport.Builder totalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError) The number of files that failed to be read from the S3 input bucket due to customer error.
- Parameters:
totalNumberOfFilesReadWithCustomerError- The number of files that failed to be read from the S3 input bucket due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfScannedNonFhirFiles
The number of non-FHIR files scanned from the S3 input bucket.
- Parameters:
totalNumberOfScannedNonFhirFiles- The number of non-FHIR files scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeOfScannedNonFhirFilesInMB
JobProgressReport.Builder totalSizeOfScannedNonFhirFilesInMB(Double totalSizeOfScannedNonFhirFilesInMB) The size (in MB) of non-FHIR files scanned from the S3 input bucket.
- Parameters:
totalSizeOfScannedNonFhirFilesInMB- The size (in MB) of non-FHIR files scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfImportedNonFhirFiles
The number of non-FHIR files imported.
- Parameters:
totalNumberOfImportedNonFhirFiles- The number of non-FHIR files imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfNonFhirResourcesScanned
JobProgressReport.Builder totalNumberOfNonFhirResourcesScanned(Long totalNumberOfNonFhirResourcesScanned) The number of non-FHIR resources scanned from the S3 input bucket.
- Parameters:
totalNumberOfNonFhirResourcesScanned- The number of non-FHIR resources scanned from the S3 input bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfNonFhirResourcesImported
JobProgressReport.Builder totalNumberOfNonFhirResourcesImported(Long totalNumberOfNonFhirResourcesImported) The number of non-FHIR resources imported.
- Parameters:
totalNumberOfNonFhirResourcesImported- The number of non-FHIR resources imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfNonFhirResourcesWithCustomerError
JobProgressReport.Builder totalNumberOfNonFhirResourcesWithCustomerError(Long totalNumberOfNonFhirResourcesWithCustomerError) The number of non-FHIR resources that failed due to customer error.
- Parameters:
totalNumberOfNonFhirResourcesWithCustomerError- The number of non-FHIR resources that failed due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfNonFhirFilesReadWithCustomerError
JobProgressReport.Builder totalNumberOfNonFhirFilesReadWithCustomerError(Long totalNumberOfNonFhirFilesReadWithCustomerError) The number of non-FHIR files that failed to be read from the S3 input bucket due to customer error.
- Parameters:
totalNumberOfNonFhirFilesReadWithCustomerError- The number of non-FHIR files that failed to be read from the S3 input bucket due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughput
The transaction rate the import job is processed at.
- Parameters:
throughput- The transaction rate the import job is processed at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalFilesConverted
Number of CCDA files successfully transformed during the import's transformation phase. Populated only for import jobs that use the two-Step-Function (transformation + ingestion) flow; null for legacy single-SF imports and for pure FHIR imports that skip transformation.
- Parameters:
totalFilesConverted- Number of CCDA files successfully transformed during the import's transformation phase. Populated only for import jobs that use the two-Step-Function (transformation + ingestion) flow; null for legacy single-SF imports and for pure FHIR imports that skip transformation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalResourcesGenerated
Number of FHIR resources produced by the transformation phase. Populated only for import jobs that use the two-Step-Function flow; null for legacy single-SF imports and for pure FHIR imports.
- Parameters:
totalResourcesGenerated- Number of FHIR resources produced by the transformation phase. Populated only for import jobs that use the two-Step-Function flow; null for legacy single-SF imports and for pure FHIR imports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-