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)Number of deleted documentsIngestionJobStatistics.BuildernumberOfDocumentsFailed(Long numberOfDocumentsFailed)Number of failed documentsIngestionJobStatistics.BuildernumberOfDocumentsScanned(Long numberOfDocumentsScanned)Number of scanned documentsIngestionJobStatistics.BuildernumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)Number of modified documents indexedIngestionJobStatistics.BuildernumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)Number of indexed documents-
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
-
numberOfDocumentsScanned
IngestionJobStatistics.Builder numberOfDocumentsScanned(Long numberOfDocumentsScanned)
Number of scanned documents
- Parameters:
numberOfDocumentsScanned- Number of scanned documents- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfNewDocumentsIndexed
IngestionJobStatistics.Builder numberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
Number of indexed documents
- Parameters:
numberOfNewDocumentsIndexed- Number of indexed documents- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfModifiedDocumentsIndexed
IngestionJobStatistics.Builder numberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
Number of modified documents indexed
- Parameters:
numberOfModifiedDocumentsIndexed- Number of modified documents indexed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocumentsDeleted
IngestionJobStatistics.Builder numberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
Number of deleted documents
- Parameters:
numberOfDocumentsDeleted- Number of deleted documents- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocumentsFailed
IngestionJobStatistics.Builder numberOfDocumentsFailed(Long numberOfDocumentsFailed)
Number of failed documents
- Parameters:
numberOfDocumentsFailed- Number of failed documents- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-