@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncrementalPullConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the configuration used when importing incremental records from the source.
Constructor and Description |
---|
IncrementalPullConfig() |
Modifier and Type | Method and Description |
---|---|
IncrementalPullConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDatetimeTypeFieldName()
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records
from the source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatetimeTypeFieldName(String datetimeTypeFieldName)
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records
from the source.
|
String |
toString()
Returns a string representation of this object.
|
IncrementalPullConfig |
withDatetimeTypeFieldName(String datetimeTypeFieldName)
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records
from the source.
|
public void setDatetimeTypeFieldName(String datetimeTypeFieldName)
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
datetimeTypeFieldName
- A field that specifies the date time or timestamp field as the criteria to use when importing incremental
records from the source.public String getDatetimeTypeFieldName()
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
public IncrementalPullConfig withDatetimeTypeFieldName(String datetimeTypeFieldName)
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
datetimeTypeFieldName
- A field that specifies the date time or timestamp field as the criteria to use when importing incremental
records from the source.public String toString()
toString
in class Object
Object.toString()
public IncrementalPullConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.