Class MySqlApplyErrorWorker.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.MySqlApplyErrorWorker.Builder
 
- 
- Enclosing class:
- MySqlApplyErrorWorker
 
 public static class MySqlApplyErrorWorker.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlApplyErrorWorkerbuild()MySqlApplyErrorWorker.Buildercopy(MySqlApplyErrorWorker model)MySqlApplyErrorWorker.BuilderlastErrorMessage(String lastErrorMessage)The error message of the most recent error that caused the worker thread to stop.MySqlApplyErrorWorker.BuilderlastErrorNumber(Integer lastErrorNumber)The error number of the most recent error that caused the worker thread to stop.MySqlApplyErrorWorker.BuildertimeLastError(Date timeLastError)The timestamp when the most recent worker error occurred.
 
- 
- 
- 
Method Detail- 
lastErrorNumberpublic 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
 
 - 
lastErrorMessagepublic 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
 
 - 
timeLastErrorpublic MySqlApplyErrorWorker.Builder timeLastError(Date timeLastError) The timestamp when the most recent worker error occurred.- Parameters:
- timeLastError- the value to set
- Returns:
- this builder
 
 - 
buildpublic MySqlApplyErrorWorker build() 
 - 
copypublic MySqlApplyErrorWorker.Builder copy(MySqlApplyErrorWorker model) 
 
- 
 
-