Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlApplyError.Builder
- 
Packages that use MySqlApplyError.Builder Package Description com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of MySqlApplyError.Builder in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return MySqlApplyError.Builder Modifier and Type Method Description static MySqlApplyError.BuilderMySqlApplyError. builder()Create a new builder.MySqlApplyError.BuilderMySqlApplyError.Builder. copy(MySqlApplyError model)MySqlApplyError.BuilderMySqlApplyError.Builder. lastErrorMessage(String lastErrorMessage)The error message of the most recent error that caused the SQL or coordinator thread to stop.MySqlApplyError.BuilderMySqlApplyError.Builder. lastErrorNumber(Integer lastErrorNumber)The error number of the most recent error that caused the SQL or coordinator thread to stop.MySqlApplyError.BuilderMySqlApplyError.Builder. timeLastError(Date timeLastError)The timestamp when the most recent SQL or coordinator error occurred.MySqlApplyError.BuilderMySqlApplyError. toBuilder()MySqlApplyError.BuilderMySqlApplyError.Builder. workerErrors(List<MySqlApplyErrorWorker> workerErrors)A list of MySqlApplyErrorWorker records.
 
-