Class DataSourceSyncJobMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.DataSourceSyncJobMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>
@Generated("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 Amazon Q Business data source connector sync job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSourceSyncJobMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceSyncJobMetrics.Builderbuilder()StringdocumentsAdded()The current count of documents added from the data source during the data source sync.StringdocumentsDeleted()The current count of documents deleted from the data source during the data source sync.StringdocumentsFailed()The current count of documents that failed to sync from the data source during the data source sync.StringdocumentsModified()The current count of documents modified in the data source during the data source sync.StringdocumentsScanned()The current count of documents crawled by the ongoing sync job in the data source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataSourceSyncJobMetrics.Builder>serializableBuilderClass()DataSourceSyncJobMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
documentsAdded
public final String documentsAdded()
The current count of documents added from the data source during the data source sync.
- Returns:
- The current count of documents added from the data source during the data source sync.
-
documentsModified
public final String documentsModified()
The current count of documents modified in the data source during the data source sync.
- Returns:
- The current count of documents modified in the data source during the data source sync.
-
documentsDeleted
public final String documentsDeleted()
The current count of documents deleted from the data source during the data source sync.
- Returns:
- The current count of documents deleted from the data source during the data source sync.
-
documentsFailed
public final String documentsFailed()
The current count of documents that failed to sync from the data source during the data source sync.
- Returns:
- The current count of documents that failed to sync from the data source during the data source sync.
-
documentsScanned
public final String documentsScanned()
The current count of documents crawled by the ongoing sync job in the data source.
- Returns:
- The current count of documents crawled by the ongoing sync job in the data source.
-
toBuilder
public DataSourceSyncJobMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>
-
builder
public static DataSourceSyncJobMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataSourceSyncJobMetrics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-