Class OracleDataVerificationTableRowCountSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.OracleDataVerificationTableRowCountSummary.Builder
-
- Enclosing class:
- OracleDataVerificationTableRowCountSummary
public static class OracleDataVerificationTableRowCountSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
owner
public OracleDataVerificationTableRowCountSummary.Builder owner(String owner)
-
tableName
public OracleDataVerificationTableRowCountSummary.Builder tableName(String tableName)
-
sourceRowCount
public OracleDataVerificationTableRowCountSummary.Builder sourceRowCount(Integer sourceRowCount)
-
targetRowCount
public OracleDataVerificationTableRowCountSummary.Builder targetRowCount(Integer targetRowCount)
-
variancePercent
public OracleDataVerificationTableRowCountSummary.Builder variancePercent(Double variancePercent)
-
timeLastSourceStatisticsCollection
public OracleDataVerificationTableRowCountSummary.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 OracleDataVerificationTableRowCountSummary.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 OracleDataVerificationTableRowCountSummary build()
-
copy
public OracleDataVerificationTableRowCountSummary.Builder copy(OracleDataVerificationTableRowCountSummary model)
-
-