@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeltaSyncConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes a Delta Sync configuration.
Constructor and Description |
---|
DeltaSyncConfig() |
Modifier and Type | Method and Description |
---|---|
DeltaSyncConfig |
clone() |
boolean |
equals(Object obj) |
Long |
getBaseTableTTL()
The number of minutes that an Item is stored in the data source.
|
String |
getDeltaSyncTableName()
The Delta Sync table name.
|
Long |
getDeltaSyncTableTTL()
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBaseTableTTL(Long baseTableTTL)
The number of minutes that an Item is stored in the data source.
|
void |
setDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
void |
setDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
String |
toString()
Returns a string representation of this object.
|
DeltaSyncConfig |
withBaseTableTTL(Long baseTableTTL)
The number of minutes that an Item is stored in the data source.
|
DeltaSyncConfig |
withDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
DeltaSyncConfig |
withDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
public void setBaseTableTTL(Long baseTableTTL)
The number of minutes that an Item is stored in the data source.
baseTableTTL
- The number of minutes that an Item is stored in the data source.public Long getBaseTableTTL()
The number of minutes that an Item is stored in the data source.
public DeltaSyncConfig withBaseTableTTL(Long baseTableTTL)
The number of minutes that an Item is stored in the data source.
baseTableTTL
- The number of minutes that an Item is stored in the data source.public void setDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
deltaSyncTableName
- The Delta Sync table name.public String getDeltaSyncTableName()
The Delta Sync table name.
public DeltaSyncConfig withDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
deltaSyncTableName
- The Delta Sync table name.public void setDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
deltaSyncTableTTL
- The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.public Long getDeltaSyncTableTTL()
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
public DeltaSyncConfig withDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
deltaSyncTableTTL
- The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.public String toString()
toString
in class Object
Object.toString()
public DeltaSyncConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.