Uses of Interface
software.amazon.awssdk.services.databasemigration.model.SourceDataSetting.Builder
Packages that use SourceDataSetting.Builder
-
Uses of SourceDataSetting.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SourceDataSetting.BuilderModifier and TypeMethodDescriptionstatic SourceDataSetting.BuilderSourceDataSetting.builder()SourceDataSetting.Builder.cdcStartPosition(String cdcStartPosition) The change data capture (CDC) start position for the source data provider.SourceDataSetting.Builder.cdcStartTime(Instant cdcStartTime) The change data capture (CDC) start time for the source data provider.SourceDataSetting.Builder.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.SourceDataSetting.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SourceDataSetting.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SourceDataSetting.Builder>SourceDataSetting.serializableBuilderClass()