Class MySqlDataVerificationTableRowCountSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.MySqlDataVerificationTableRowCountSummary.Builder
-
- Enclosing class:
- MySqlDataVerificationTableRowCountSummary
public static class MySqlDataVerificationTableRowCountSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
owner
public MySqlDataVerificationTableRowCountSummary.Builder owner(String owner)
-
tableName
public MySqlDataVerificationTableRowCountSummary.Builder tableName(String tableName)
-
sourceRowCount
public MySqlDataVerificationTableRowCountSummary.Builder sourceRowCount(Integer sourceRowCount)
-
targetRowCount
public MySqlDataVerificationTableRowCountSummary.Builder targetRowCount(Integer targetRowCount)
-
variancePercent
public MySqlDataVerificationTableRowCountSummary.Builder variancePercent(Double variancePercent)
-
timeLastSourceStatisticsCollection
public MySqlDataVerificationTableRowCountSummary.Builder timeLastSourceStatisticsCollection(Date timeLastSourceStatisticsCollection)
Time of last statistics collection in the source used for the dictionary-based row count estimate.This value is reported per row because statistics can be collected at different times per object. This timestamp is stored in UTC.
- Parameters:
timeLastSourceStatisticsCollection- the value to set- Returns:
- this builder
-
timeLastTargetStatisticsCollection
public MySqlDataVerificationTableRowCountSummary.Builder timeLastTargetStatisticsCollection(Date timeLastTargetStatisticsCollection)
Time of last statistics collection in the target used for the dictionary-based row count estimate.This value is reported per row because statistics can be collected at different times per object. This timestamp is stored in UTC.
- Parameters:
timeLastTargetStatisticsCollection- the value to set- Returns:
- this builder
-
build
public MySqlDataVerificationTableRowCountSummary build()
-
copy
public MySqlDataVerificationTableRowCountSummary.Builder copy(MySqlDataVerificationTableRowCountSummary model)
-
-