@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 an Item is stored in the datasource.
|
String |
getDeltaSyncTableName()
The Delta Sync table name.
|
Long |
getDeltaSyncTableTTL()
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseTableTTL(Long baseTableTTL)
The number of minutes an Item is stored in the datasource.
|
void |
setDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
void |
setDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes 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 an Item is stored in the datasource.
|
DeltaSyncConfig |
withDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
DeltaSyncConfig |
withDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
|
public void setBaseTableTTL(Long baseTableTTL)
The number of minutes an Item is stored in the datasource.
baseTableTTL
- The number of minutes an Item is stored in the datasource.public Long getBaseTableTTL()
The number of minutes an Item is stored in the datasource.
public DeltaSyncConfig withBaseTableTTL(Long baseTableTTL)
The number of minutes an Item is stored in the datasource.
baseTableTTL
- The number of minutes an Item is stored in the datasource.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 a Delta Sync log entry is stored in the Delta Sync table.
deltaSyncTableTTL
- The number of minutes a Delta Sync log entry is stored in the Delta Sync table.public Long getDeltaSyncTableTTL()
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
public DeltaSyncConfig withDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
deltaSyncTableTTL
- The number of minutes 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.