public static interface ReplicationStats.Builder extends SdkPojo, CopyableBuilder<ReplicationStats.Builder,ReplicationStats>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ReplicationStats.Builder |
startDate(Instant startDate)
The date the replication is scheduled to start.
|
ReplicationStats.Builder |
stopDate(Instant stopDate)
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationStats.Builder fullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load serverless replication.
fullLoadProgressPercent - The percent complete for the full load serverless replication.ReplicationStats.Builder elapsedTimeMillis(Long elapsedTimeMillis)
The elapsed time of the replication, in milliseconds.
elapsedTimeMillis - The elapsed time of the replication, in milliseconds.ReplicationStats.Builder tablesLoaded(Integer tablesLoaded)
The number of tables loaded for this replication.
tablesLoaded - The number of tables loaded for this replication.ReplicationStats.Builder tablesLoading(Integer tablesLoading)
The number of tables currently loading for this replication.
tablesLoading - The number of tables currently loading for this replication.ReplicationStats.Builder tablesQueued(Integer tablesQueued)
The number of tables queued for this replication.
tablesQueued - The number of tables queued for this replication.ReplicationStats.Builder tablesErrored(Integer tablesErrored)
The number of errors that have occured for this replication.
tablesErrored - The number of errors that have occured for this replication.ReplicationStats.Builder freshStartDate(Instant freshStartDate)
The date the replication was started either with a fresh start or a target reload.
freshStartDate - The date the replication was started either with a fresh start or a target reload.ReplicationStats.Builder startDate(Instant startDate)
The date the replication is scheduled to start.
startDate - The date the replication is scheduled to start.ReplicationStats.Builder stopDate(Instant stopDate)
The date the replication was stopped.
stopDate - The date the replication was stopped.ReplicationStats.Builder fullLoadStartDate(Instant fullLoadStartDate)
The date the replication full load was started.
fullLoadStartDate - The date the replication full load was started.ReplicationStats.Builder fullLoadFinishDate(Instant fullLoadFinishDate)
The date the replication full load was finished.
fullLoadFinishDate - The date the replication full load was finished.Copyright © 2023. All rights reserved.