@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceSyncJobMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>
Maps a batch delete document request to a specific data source sync job. This is optional and should only be supplied when documents are deleted by a data source connector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceSyncJobMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceSyncJobMetrics.Builder |
builder() |
String |
documentsAdded()
The number of documents added from the data source up to now in the data source sync.
|
String |
documentsDeleted()
The number of documents deleted from the data source up to now in the data source sync run.
|
String |
documentsFailed()
The number of documents that failed to sync from the data source up to now in the data source sync run.
|
String |
documentsModified()
The number of documents modified in the data source up to now in the data source sync run.
|
String |
documentsScanned()
The current number of documents crawled by the current sync job in the data source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceSyncJobMetrics.Builder> |
serializableBuilderClass() |
DataSourceSyncJobMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String documentsAdded()
The number of documents added from the data source up to now in the data source sync.
public String documentsModified()
The number of documents modified in the data source up to now in the data source sync run.
public String documentsDeleted()
The number of documents deleted from the data source up to now in the data source sync run.
public String documentsFailed()
The number of documents that failed to sync from the data source up to now in the data source sync run.
public String documentsScanned()
The current number of documents crawled by the current sync job in the data source.
public DataSourceSyncJobMetrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>public static DataSourceSyncJobMetrics.Builder builder()
public static Class<? extends DataSourceSyncJobMetrics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.