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