Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskStats.Builder
Packages that use ReplicationTaskStats.Builder
-
Uses of ReplicationTaskStats.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskStats.BuilderModifier and TypeMethodDescriptionstatic ReplicationTaskStats.BuilderReplicationTaskStats.builder()ReplicationTaskStats.Builder.elapsedTimeMillis(Long elapsedTimeMillis) The elapsed time of the task, in milliseconds.ReplicationTaskStats.Builder.freshStartDate(Instant freshStartDate) The date the replication task was started either with a fresh start or a target reload.ReplicationTaskStats.Builder.fullLoadFinishDate(Instant fullLoadFinishDate) The date the replication task full load was completed.ReplicationTaskStats.Builder.fullLoadProgressPercent(Integer fullLoadProgressPercent) The percent complete for the full load migration task.ReplicationTaskStats.Builder.fullLoadStartDate(Instant fullLoadStartDate) The date the replication task full load was started.The date the replication task was started either with a fresh start or a resume.The date the replication task was stopped.ReplicationTaskStats.Builder.tablesErrored(Integer tablesErrored) The number of errors that have occurred during this task.ReplicationTaskStats.Builder.tablesLoaded(Integer tablesLoaded) The number of tables loaded for this task.ReplicationTaskStats.Builder.tablesLoading(Integer tablesLoading) The number of tables currently loading for this task.ReplicationTaskStats.Builder.tablesQueued(Integer tablesQueued) The number of tables queued for this task.ReplicationTaskStats.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationTaskStats.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationTaskStats.Builder>ReplicationTaskStats.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationTaskStats.BuilderModifier and TypeMethodDescriptiondefault ReplicationTask.BuilderReplicationTask.Builder.replicationTaskStats(Consumer<ReplicationTaskStats.Builder> replicationTaskStats) The statistics for the task, including elapsed time, tables loaded, and table errors.