Uses of Interface
software.amazon.awssdk.services.databasemigration.model.StartReplicationRequest.Builder
Packages that use StartReplicationRequest.Builder
Package
Description
-
Uses of StartReplicationRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type StartReplicationRequest.BuilderModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.startReplication(Consumer<StartReplicationRequest.Builder> startReplicationRequest) For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload.default StartReplicationResponseDatabaseMigrationClient.startReplication(Consumer<StartReplicationRequest.Builder> startReplicationRequest) For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload. -
Uses of StartReplicationRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return StartReplicationRequest.BuilderModifier and TypeMethodDescriptionStartReplicationRequest.builder()StartReplicationRequest.Builder.cdcStartPosition(String cdcStartPosition) Indicates when you want a change data capture (CDC) operation to start.StartReplicationRequest.Builder.cdcStartTime(Instant cdcStartTime) Indicates the start time for a change data capture (CDC) operation.StartReplicationRequest.Builder.cdcStopPosition(String cdcStopPosition) Indicates when you want a change data capture (CDC) operation to stop.StartReplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartReplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartReplicationRequest.Builder.premigrationAssessmentSettings(String premigrationAssessmentSettings) User-defined settings for the premigration assessment.StartReplicationRequest.Builder.replicationConfigArn(String replicationConfigArn) The Amazon Resource Name of the replication for which to start replication.StartReplicationRequest.Builder.startReplicationType(String startReplicationType) The replication type.StartReplicationRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type StartReplicationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartReplicationRequest.Builder>StartReplicationRequest.serializableBuilderClass()