@Stability(value=Stable)
public static interface CfnFlow.IncrementalPullConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getDatetimeTypeFieldName()
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
|
@Stability(value=Stable) @Nullable default String getDatetimeTypeFieldName()
@Stability(value=Stable) static CfnFlow.IncrementalPullConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.