Interface IncrementalPullConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IncrementalPullConfig.Builder,,- IncrementalPullConfig> - SdkBuilder<IncrementalPullConfig.Builder,,- IncrementalPullConfig> - SdkPojo
- Enclosing class:
- IncrementalPullConfig
@Mutable
@NotThreadSafe
public static interface IncrementalPullConfig.Builder
extends SdkPojo, CopyableBuilder<IncrementalPullConfig.Builder,IncrementalPullConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondatetimeTypeFieldName(String datetimeTypeFieldName) A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
datetimeTypeFieldNameA field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source. - Parameters:
- datetimeTypeFieldName- A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-