Interface TransformationJobProgressReport.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransformationJobProgressReport.Builder,,TransformationJobProgressReport> SdkBuilder<TransformationJobProgressReport.Builder,,TransformationJobProgressReport> SdkPojo
- Enclosing class:
TransformationJobProgressReport
@Mutable
@NotThreadSafe
public static interface TransformationJobProgressReport.Builder
extends SdkPojo, CopyableBuilder<TransformationJobProgressReport.Builder,TransformationJobProgressReport>
-
Method Summary
Modifier and TypeMethodDescriptiontotalFilesConverted(Long totalFilesConverted) The total number of source files successfully converted.totalFilesFailed(Long totalFilesFailed) The total number of source files that failed conversion.totalFilesScanned(Long totalFilesScanned) The total number of source files scanned by the job.totalResourcesGenerated(Long totalResourcesGenerated) The total number of FHIR R4 resources generated across all converted files.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
-
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
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
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
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.
-