Interface IngestionJobStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngestionJobStatistics.Builder,
,IngestionJobStatistics> SdkBuilder<IngestionJobStatistics.Builder,
,IngestionJobStatistics> SdkPojo
- Enclosing class:
IngestionJobStatistics
public static interface IngestionJobStatistics.Builder
extends SdkPojo, CopyableBuilder<IngestionJobStatistics.Builder,IngestionJobStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfDocumentsDeleted
(Long numberOfDocumentsDeleted) The number of source documents that were deleted.numberOfDocumentsFailed
(Long numberOfDocumentsFailed) The number of source documents that failed to be ingested.numberOfDocumentsScanned
(Long numberOfDocumentsScanned) The total number of source documents that were scanned.numberOfMetadataDocumentsModified
(Long numberOfMetadataDocumentsModified) The number of metadata files that were updated or deleted.numberOfMetadataDocumentsScanned
(Long numberOfMetadataDocumentsScanned) The total number of metadata files that were scanned.numberOfModifiedDocumentsIndexed
(Long numberOfModifiedDocumentsIndexed) The number of modified source documents in the data source that were successfully indexed.numberOfNewDocumentsIndexed
(Long numberOfNewDocumentsIndexed) The number of new source documents in the data source that were successfully indexed.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, sdkFields
-
Method Details
-
numberOfDocumentsDeleted
The number of source documents that were deleted.
- Parameters:
numberOfDocumentsDeleted
- The number of source documents that were deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocumentsFailed
The number of source documents that failed to be ingested.
- Parameters:
numberOfDocumentsFailed
- The number of source documents that failed to be ingested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocumentsScanned
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
- Parameters:
numberOfDocumentsScanned
- The total number of source documents that were scanned. Includes new, updated, and unchanged documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfMetadataDocumentsModified
IngestionJobStatistics.Builder numberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified) The number of metadata files that were updated or deleted.
- Parameters:
numberOfMetadataDocumentsModified
- The number of metadata files that were updated or deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfMetadataDocumentsScanned
IngestionJobStatistics.Builder numberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned) The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
- Parameters:
numberOfMetadataDocumentsScanned
- The total number of metadata files that were scanned. Includes new, updated, and unchanged files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfModifiedDocumentsIndexed
IngestionJobStatistics.Builder numberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed) The number of modified source documents in the data source that were successfully indexed.
- Parameters:
numberOfModifiedDocumentsIndexed
- The number of modified source documents in the data source that were successfully indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfNewDocumentsIndexed
The number of new source documents in the data source that were successfully indexed.
- Parameters:
numberOfNewDocumentsIndexed
- The number of new source documents in the data source that were successfully indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-