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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionJobStatistics.BuildernumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)The number of source documents that was deleted.IngestionJobStatistics.BuildernumberOfDocumentsFailed(Long numberOfDocumentsFailed)The number of source documents that failed to be ingested.IngestionJobStatistics.BuildernumberOfDocumentsScanned(Long numberOfDocumentsScanned)The total number of source documents that were scanned.IngestionJobStatistics.BuildernumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)The number of metadata files that were updated or deleted.IngestionJobStatistics.BuildernumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)The total number of metadata files that were scanned.IngestionJobStatistics.BuildernumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)The number of modified source documents in the data source that were successfully indexed.IngestionJobStatistics.BuildernumberOfNewDocumentsIndexed(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 Detail
-
numberOfDocumentsDeleted
IngestionJobStatistics.Builder numberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
- Parameters:
numberOfDocumentsDeleted- The number of source documents that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocumentsFailed
IngestionJobStatistics.Builder numberOfDocumentsFailed(Long 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
IngestionJobStatistics.Builder numberOfDocumentsScanned(Long 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
IngestionJobStatistics.Builder numberOfNewDocumentsIndexed(Long 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.
-
-