Interface JobMetrics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobMetrics.Builder,,JobMetrics> SdkBuilder<JobMetrics.Builder,,JobMetrics> SdkPojo
- Enclosing class:
JobMetrics
public static interface JobMetrics.Builder
extends SdkPojo, CopyableBuilder<JobMetrics.Builder,JobMetrics>
-
Method Summary
Modifier and TypeMethodDescriptioninputRecords(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, 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.
-
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.
-
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.
-
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.
-