@Generated(value="software.amazon.awssdk:codegen") public final class DeltaSyncConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeltaSyncConfig.Builder,DeltaSyncConfig>
Describes a Delta Sync configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeltaSyncConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
baseTableTTL()
The number of minutes that an Item is stored in the data source.
|
static DeltaSyncConfig.Builder |
builder() |
String |
deltaSyncTableName()
The Delta Sync table name.
|
Long |
deltaSyncTableTTL()
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
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 DeltaSyncConfig.Builder> |
serializableBuilderClass() |
DeltaSyncConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long baseTableTTL()
The number of minutes that an Item is stored in the data source.
public final String deltaSyncTableName()
The Delta Sync table name.
public final Long deltaSyncTableTTL()
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
public DeltaSyncConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeltaSyncConfig.Builder,DeltaSyncConfig>public static DeltaSyncConfig.Builder builder()
public static Class<? extends DeltaSyncConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.