Interface DataMigrationStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataMigrationStatistics.Builder,
,DataMigrationStatistics> SdkBuilder<DataMigrationStatistics.Builder,
,DataMigrationStatistics> SdkPojo
- Enclosing class:
DataMigrationStatistics
public static interface DataMigrationStatistics.Builder
extends SdkPojo, CopyableBuilder<DataMigrationStatistics.Builder,DataMigrationStatistics>
-
Method Summary
Modifier and TypeMethodDescriptioncdcLatency
(Integer cdcLatency) The current latency of the change data capture (CDC) operation.elapsedTimeMillis
(Long elapsedTimeMillis) The elapsed duration of the data migration run.fullLoadPercentage
(Integer fullLoadPercentage) The data migration's progress in the full-load migration phase.The time when the migration started.The time when the migration stopped or failed.tablesErrored
(Integer tablesErrored) The number of tables that DMS failed to process.tablesLoaded
(Integer tablesLoaded) The number of tables loaded in the current data migration run.tablesLoading
(Integer tablesLoading) The data migration's table loading progress.tablesQueued
(Integer tablesQueued) The number of tables that are waiting for processing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tablesLoaded
The number of tables loaded in the current data migration run.
- Parameters:
tablesLoaded
- The number of tables loaded in the current data migration run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elapsedTimeMillis
The elapsed duration of the data migration run.
- Parameters:
elapsedTimeMillis
- The elapsed duration of the data migration run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesLoading
The data migration's table loading progress.
- Parameters:
tablesLoading
- The data migration's table loading progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fullLoadPercentage
The data migration's progress in the full-load migration phase.
- Parameters:
fullLoadPercentage
- The data migration's progress in the full-load migration phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdcLatency
The current latency of the change data capture (CDC) operation.
- Parameters:
cdcLatency
- The current latency of the change data capture (CDC) operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesQueued
The number of tables that are waiting for processing.
- Parameters:
tablesQueued
- The number of tables that are waiting for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesErrored
The number of tables that DMS failed to process.
- Parameters:
tablesErrored
- The number of tables that DMS failed to process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time when the migration started.
- Parameters:
startTime
- The time when the migration started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopTime
The time when the migration stopped or failed.
- Parameters:
stopTime
- The time when the migration stopped or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-