@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 an Item is stored in the datasource.
|
static DeltaSyncConfig.Builder |
builder() |
String |
deltaSyncTableName()
The Delta Sync table name.
|
Long |
deltaSyncTableTTL()
The number of minutes 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 Long baseTableTTL()
The number of minutes an Item is stored in the datasource.
public String deltaSyncTableName()
The Delta Sync table name.
public Long deltaSyncTableTTL()
The number of minutes 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.