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