Interface JobMetrics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobMetrics.Builder,,JobMetrics> SdkBuilder<JobMetrics.Builder,,JobMetrics> SdkPojo
- Enclosing class:
JobMetrics
@Mutable
@NotThreadSafe
public static interface JobMetrics.Builder
extends SdkPojo, CopyableBuilder<JobMetrics.Builder,JobMetrics>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteRecordsProcessed(Integer deleteRecordsProcessed) The number of records processed that were marked for deletion (DELETE= True) in the input file.inputRecords(Integer inputRecords) The total number of input records.The total number ofmatchIDs generated.recordsNotProcessed(Integer recordsNotProcessed) The total number of records that did not get processed.totalRecordsProcessed(Integer totalRecordsProcessed) The total number of records processed.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
-
inputRecords
The total number of input records.
- Parameters:
inputRecords- The total number of input records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRecordsProcessed
The total number of records processed.
- Parameters:
totalRecordsProcessed- The total number of records processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordsNotProcessed
The total number of records that did not get processed.
- Parameters:
recordsNotProcessed- The total number of records that did not get processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteRecordsProcessed
The number of records processed that were marked for deletion (
DELETE= True) in the input file. This metric tracks records flagged for removal during the job execution.- Parameters:
deleteRecordsProcessed- The number of records processed that were marked for deletion (DELETE= True) in the input file. This metric tracks records flagged for removal during the job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchIDs
The total number of
matchIDs generated.- Parameters:
matchIDs- The total number ofmatchIDs generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-