Interface CfnIntegration.IncrementalPullConfigProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnIntegration.IncrementalPullConfigProperty.Jsii$Proxy
- Enclosing class:
 - CfnIntegration
 
@Stability(Stable)
public static interface CfnIntegration.IncrementalPullConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the configuration used when importing incremental records from the source.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.customerprofiles.*;
 IncrementalPullConfigProperty incrementalPullConfigProperty = IncrementalPullConfigProperty.builder()
         .datetimeTypeFieldName("datetimeTypeFieldName")
         .build();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIntegration.IncrementalPullConfigPropertystatic final classAn implementation forCfnIntegration.IncrementalPullConfigProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getDatetimeTypeFieldName
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source. - 
builder
 
 -