public static interface CfnFlow.IncrementalPullConfigProperty
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.appflow.*; IncrementalPullConfigProperty incrementalPullConfigProperty = IncrementalPullConfigProperty.builder() .datetimeTypeFieldName("datetimeTypeFieldName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.IncrementalPullConfigProperty.Builder
A builder for
CfnFlow.IncrementalPullConfigProperty |
static class |
CfnFlow.IncrementalPullConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.IncrementalPullConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.IncrementalPullConfigProperty.Builder |
builder() |
default java.lang.String |
getDatetimeTypeFieldName()
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
|
default java.lang.String getDatetimeTypeFieldName()
static CfnFlow.IncrementalPullConfigProperty.Builder builder()