Class MySqlApplyError.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.MySqlApplyError.Builder
-
- Enclosing class:
- MySqlApplyError
public static class MySqlApplyError.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlApplyError
build()
MySqlApplyError.Builder
copy(MySqlApplyError model)
MySqlApplyError.Builder
lastErrorMessage(String lastErrorMessage)
The error message of the most recent error that caused the SQL/coordinator thread to stop.MySqlApplyError.Builder
lastErrorNumber(Integer lastErrorNumber)
The error number of the most recent error that caused the SQL/coordinator thread to stop.MySqlApplyError.Builder
timeLastError(Date timeLastError)
The timestamp when the most recent SQL/coordinator error occurred.MySqlApplyError.Builder
workerErrors(List<MySqlApplyErrorWorker> workerErrors)
A list of MySqlApplyErrorWorker records.
-
-
-
Method Detail
-
lastErrorNumber
public MySqlApplyError.Builder lastErrorNumber(Integer lastErrorNumber)
The error number of the most recent error that caused the SQL/coordinator thread to stop.- Parameters:
lastErrorNumber
- the value to set- Returns:
- this builder
-
lastErrorMessage
public MySqlApplyError.Builder lastErrorMessage(String lastErrorMessage)
The error message of the most recent error that caused the SQL/coordinator thread to stop.- Parameters:
lastErrorMessage
- the value to set- Returns:
- this builder
-
timeLastError
public MySqlApplyError.Builder timeLastError(Date timeLastError)
The timestamp when the most recent SQL/coordinator error occurred.- Parameters:
timeLastError
- the value to set- Returns:
- this builder
-
workerErrors
public MySqlApplyError.Builder workerErrors(List<MySqlApplyErrorWorker> workerErrors)
A list of MySqlApplyErrorWorker records.- Parameters:
workerErrors
- the value to set- Returns:
- this builder
-
build
public MySqlApplyError build()
-
copy
public MySqlApplyError.Builder copy(MySqlApplyError model)
-
-