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 TypeMethodDescriptioninputRecords
(Integer inputRecords) The total number of input records.The total number ofmatchID
s 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-
matchIDs
The total number of
matchID
s generated.- Parameters:
matchIDs
- The total number ofmatchID
s generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-