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