Class AlertLogSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AlertLogSummary.Builder
-
- Enclosing class:
- AlertLogSummary
public static class AlertLogSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertLogSummary
build()
AlertLogSummary.Builder
copy(AlertLogSummary model)
AlertLogSummary.Builder
fileLocation(String fileLocation)
The alert log file location.AlertLogSummary.Builder
messageContent(String messageContent)
The contents of the alert log message.AlertLogSummary.Builder
messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.AlertLogSummary.Builder
messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.AlertLogSummary.Builder
supplementalDetail(String supplementalDetail)
The supplemental details of the alert log.AlertLogSummary.Builder
timestamp(Date timestamp)
The date and time the alert log was created.
-
-
-
Method Detail
-
messageLevel
public AlertLogSummary.Builder messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.- Parameters:
messageLevel
- the value to set- Returns:
- this builder
-
messageType
public AlertLogSummary.Builder messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.- Parameters:
messageType
- the value to set- Returns:
- this builder
-
messageContent
public AlertLogSummary.Builder messageContent(String messageContent)
The contents of the alert log message.- Parameters:
messageContent
- the value to set- Returns:
- this builder
-
timestamp
public AlertLogSummary.Builder timestamp(Date timestamp)
The date and time the alert log was created.- Parameters:
timestamp
- the value to set- Returns:
- this builder
-
supplementalDetail
public AlertLogSummary.Builder supplementalDetail(String supplementalDetail)
The supplemental details of the alert log.- Parameters:
supplementalDetail
- the value to set- Returns:
- this builder
-
fileLocation
public AlertLogSummary.Builder fileLocation(String fileLocation)
The alert log file location.- Parameters:
fileLocation
- the value to set- Returns:
- this builder
-
build
public AlertLogSummary build()
-
copy
public AlertLogSummary.Builder copy(AlertLogSummary model)
-
-