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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceDataSetting.BuildercdcStartPosition(String cdcStartPosition)The change data capture (CDC) start position for the source data provider.SourceDataSetting.BuildercdcStartTime(Instant cdcStartTime)The change data capture (CDC) start time for the source data provider.SourceDataSetting.BuildercdcStopTime(Instant cdcStopTime)The change data capture (CDC) stop time for the source data provider.SourceDataSetting.BuilderslotName(String slotName)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 Detail
-
cdcStartPosition
SourceDataSetting.Builder cdcStartPosition(String 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
SourceDataSetting.Builder cdcStartTime(Instant 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
SourceDataSetting.Builder cdcStopTime(Instant 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
SourceDataSetting.Builder slotName(String 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.
-
-