@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceSyncJobMetricTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceSyncJobMetricTarget.Builder,DataSourceSyncJobMetricTarget>
Maps a particular data source sync job to a particular data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceSyncJobMetricTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceSyncJobMetricTarget.Builder |
builder() |
String |
dataSourceId()
The ID of the data source that is running the sync job.
|
String |
dataSourceSyncJobId()
The ID of the sync job that is running on 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 DataSourceSyncJobMetricTarget.Builder> |
serializableBuilderClass() |
DataSourceSyncJobMetricTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataSourceId()
The ID of the data source that is running the sync job.
public final String dataSourceSyncJobId()
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
public DataSourceSyncJobMetricTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceSyncJobMetricTarget.Builder,DataSourceSyncJobMetricTarget>public static DataSourceSyncJobMetricTarget.Builder builder()
public static Class<? extends DataSourceSyncJobMetricTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.