Interface IdMappingJobMetrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdMappingJobMetrics.Builder,
,IdMappingJobMetrics> SdkBuilder<IdMappingJobMetrics.Builder,
,IdMappingJobMetrics> SdkPojo
- Enclosing class:
IdMappingJobMetrics
-
Method Summary
Modifier and TypeMethodDescriptiondeleteRecordsProcessed
(Integer deleteRecordsProcessed) The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field.inputRecords
(Integer inputRecords) The total number of records that were input for processing.mappedRecordsRemoved
(Integer mappedRecordsRemoved) The number of mapped records removed.mappedSourceRecordsRemoved
(Integer mappedSourceRecordsRemoved) The number of source records removed due to ID mapping.mappedTargetRecordsRemoved
(Integer mappedTargetRecordsRemoved) The number of mapped target records removed.newMappedRecords
(Integer newMappedRecords) The number of new mapped records.newMappedSourceRecords
(Integer newMappedSourceRecords) The number of new source records mapped.newMappedTargetRecords
(Integer newMappedTargetRecords) The number of new mapped target records.newUniqueRecordsLoaded
(Integer newUniqueRecordsLoaded) The number of new unique records processed in the current job run, after removing duplicates.recordsNotProcessed
(Integer recordsNotProcessed) The total number of records that did not get processed.totalMappedRecords
(Integer totalMappedRecords) The total number of records that were mapped.totalMappedSourceRecords
(Integer totalMappedSourceRecords) The total number of mapped source records.totalMappedTargetRecords
(Integer totalMappedTargetRecords) The total number of distinct mapped target records.totalRecordsProcessed
(Integer totalRecordsProcessed) The total number of records that were processed.uniqueRecordsLoaded
(Integer uniqueRecordsLoaded) The number of de-duplicated processed records across all runs, excluding deletion-related records.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 records that were input for processing.
- Parameters:
inputRecords
- The total number of records that were input for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRecordsProcessed
The total number of records that were processed.
- Parameters:
totalRecordsProcessed
- The total number of records that were 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 in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.
- Parameters:
deleteRecordsProcessed
- The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalMappedRecords
The total number of records that were mapped.
- Parameters:
totalMappedRecords
- The total number of records that were mapped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalMappedSourceRecords
The total number of mapped source records.
- Parameters:
totalMappedSourceRecords
- The total number of mapped source records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalMappedTargetRecords
The total number of distinct mapped target records.
- Parameters:
totalMappedTargetRecords
- The total number of distinct mapped target records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uniqueRecordsLoaded
The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.
- Parameters:
uniqueRecordsLoaded
- The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newMappedRecords
The number of new mapped records.
- Parameters:
newMappedRecords
- The number of new mapped records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newMappedSourceRecords
The number of new source records mapped.
- Parameters:
newMappedSourceRecords
- The number of new source records mapped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newMappedTargetRecords
The number of new mapped target records.
- Parameters:
newMappedTargetRecords
- The number of new mapped target records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newUniqueRecordsLoaded
The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.
- Parameters:
newUniqueRecordsLoaded
- The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedRecordsRemoved
The number of mapped records removed.
- Parameters:
mappedRecordsRemoved
- The number of mapped records removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedSourceRecordsRemoved
The number of source records removed due to ID mapping.
- Parameters:
mappedSourceRecordsRemoved
- The number of source records removed due to ID mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedTargetRecordsRemoved
The number of mapped target records removed.
- Parameters:
mappedTargetRecordsRemoved
- The number of mapped target records removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-