Interface DataSourceSyncJobMetrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceSyncJobMetrics.Builder,
,DataSourceSyncJobMetrics> SdkBuilder<DataSourceSyncJobMetrics.Builder,
,DataSourceSyncJobMetrics> SdkPojo
- Enclosing class:
DataSourceSyncJobMetrics
public static interface DataSourceSyncJobMetrics.Builder
extends SdkPojo, CopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentsAdded
(String documentsAdded) The number of documents added from the data source up to now in the data source sync.documentsDeleted
(String documentsDeleted) The number of documents deleted from the data source up to now in the data source sync run.documentsFailed
(String documentsFailed) The number of documents that failed to sync from the data source up to now in the data source sync run.documentsModified
(String documentsModified) The number of documents modified in the data source up to now in the data source sync run.documentsScanned
(String documentsScanned) The current number of documents crawled by the current sync job in the data source.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
-
documentsAdded
The number of documents added from the data source up to now in the data source sync.
- Parameters:
documentsAdded
- The number of documents added from the data source up to now in the data source sync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentsModified
The number of documents modified in the data source up to now in the data source sync run.
- Parameters:
documentsModified
- The number of documents modified in the data source up to now in the data source sync run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentsDeleted
The number of documents deleted from the data source up to now in the data source sync run.
- Parameters:
documentsDeleted
- The number of documents deleted from the data source up to now in the data source sync run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentsFailed
The number of documents that failed to sync from the data source up to now in the data source sync run.
- Parameters:
documentsFailed
- The number of documents that failed to sync from the data source up to now in the data source sync run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentsScanned
The current number of documents crawled by the current sync job in the data source.
- Parameters:
documentsScanned
- The current number of documents crawled by the current sync job in the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-