Interface SourceDataSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceDataSetting.Builder,
,SourceDataSetting> SdkBuilder<SourceDataSetting.Builder,
,SourceDataSetting> SdkPojo
- Enclosing class:
SourceDataSetting
@Mutable
@NotThreadSafe
public static interface SourceDataSetting.Builder
extends SdkPojo, CopyableBuilder<SourceDataSetting.Builder,SourceDataSetting>
-
Method Summary
Modifier and TypeMethodDescriptioncdcStartPosition
(String cdcStartPosition) The change data capture (CDC) start position for the source data provider.cdcStartTime
(Instant cdcStartTime) The change data capture (CDC) start time for the source data provider.cdcStopTime
(Instant cdcStopTime) The change data capture (CDC) stop time for the source data provider.The name of the replication slot on the source data provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cdcStartPosition
The change data capture (CDC) start position for the source data provider.
- Parameters:
cdcStartPosition
- The change data capture (CDC) start position for the source data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdcStartTime
The change data capture (CDC) start time for the source data provider.
- Parameters:
cdcStartTime
- The change data capture (CDC) start time for the source data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdcStopTime
The change data capture (CDC) stop time for the source data provider.
- Parameters:
cdcStopTime
- The change data capture (CDC) stop time for the source data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotName
The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.
- Parameters:
slotName
- The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-