Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ReplicationStats.Builder
Packages that use ReplicationStats.Builder
-
Uses of ReplicationStats.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationStats.BuilderModifier and TypeMethodDescriptionstatic ReplicationStats.BuilderReplicationStats.builder()ReplicationStats.Builder.elapsedTimeMillis(Long elapsedTimeMillis) The elapsed time of the replication, in milliseconds.ReplicationStats.Builder.freshStartDate(Instant freshStartDate) The date the replication was started either with a fresh start or a target reload.ReplicationStats.Builder.fullLoadFinishDate(Instant fullLoadFinishDate) The date the replication full load was finished.ReplicationStats.Builder.fullLoadProgressPercent(Integer fullLoadProgressPercent) The percent complete for the full load serverless replication.ReplicationStats.Builder.fullLoadStartDate(Instant fullLoadStartDate) The date the replication full load was started.The date the replication is scheduled to start.The date the replication was stopped.ReplicationStats.Builder.tablesErrored(Integer tablesErrored) The number of errors that have occured for this replication.ReplicationStats.Builder.tablesLoaded(Integer tablesLoaded) The number of tables loaded for this replication.ReplicationStats.Builder.tablesLoading(Integer tablesLoading) The number of tables currently loading for this replication.ReplicationStats.Builder.tablesQueued(Integer tablesQueued) The number of tables queued for this replication.ReplicationStats.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationStats.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationStats.Builder>ReplicationStats.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationStats.BuilderModifier and TypeMethodDescriptiondefault Replication.BuilderReplication.Builder.replicationStats(Consumer<ReplicationStats.Builder> replicationStats) This object provides a collection of statistics about a serverless replication.