public static interface ReplicationTaskStats.Builder extends SdkPojo, CopyableBuilder<ReplicationTaskStats.Builder,ReplicationTaskStats>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ReplicationTaskStats.Builder |
startDate(Instant startDate)
The date the replication task was started either with a fresh start or a resume.
|
ReplicationTaskStats.Builder |
stopDate(Instant stopDate)
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationTaskStats.Builder fullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load migration task.
fullLoadProgressPercent - The percent complete for the full load migration task.ReplicationTaskStats.Builder elapsedTimeMillis(Long elapsedTimeMillis)
The elapsed time of the task, in milliseconds.
elapsedTimeMillis - The elapsed time of the task, in milliseconds.ReplicationTaskStats.Builder tablesLoaded(Integer tablesLoaded)
The number of tables loaded for this task.
tablesLoaded - The number of tables loaded for this task.ReplicationTaskStats.Builder tablesLoading(Integer tablesLoading)
The number of tables currently loading for this task.
tablesLoading - The number of tables currently loading for this task.ReplicationTaskStats.Builder tablesQueued(Integer tablesQueued)
The number of tables queued for this task.
tablesQueued - The number of tables queued for this task.ReplicationTaskStats.Builder tablesErrored(Integer tablesErrored)
The number of errors that have occurred during this task.
tablesErrored - The number of errors that have occurred during this task.ReplicationTaskStats.Builder freshStartDate(Instant freshStartDate)
The date the replication task was started either with a fresh start or a target reload.
freshStartDate - The date the replication task was started either with a fresh start or a target reload.ReplicationTaskStats.Builder startDate(Instant startDate)
The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
startDate - The date the replication task was started either with a fresh start or a resume. For more information,
see StartReplicationTaskType.ReplicationTaskStats.Builder stopDate(Instant stopDate)
The date the replication task was stopped.
stopDate - The date the replication task was stopped.ReplicationTaskStats.Builder fullLoadStartDate(Instant fullLoadStartDate)
The date the replication task full load was started.
fullLoadStartDate - The date the replication task full load was started.ReplicationTaskStats.Builder fullLoadFinishDate(Instant fullLoadFinishDate)
The date the replication task full load was completed.
fullLoadFinishDate - The date the replication task full load was completed.Copyright © 2023. All rights reserved.