Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogSummary.Builder
-
Packages that use AlertLogSummary.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogSummary.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogSummary.Builder Modifier and Type Method Description static AlertLogSummary.Builder
AlertLogSummary. builder()
Create a new builder.AlertLogSummary.Builder
AlertLogSummary.Builder. copy(AlertLogSummary model)
AlertLogSummary.Builder
AlertLogSummary.Builder. fileLocation(String fileLocation)
The alert log file location.AlertLogSummary.Builder
AlertLogSummary.Builder. messageContent(String messageContent)
The contents of the alert log message.AlertLogSummary.Builder
AlertLogSummary.Builder. messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.AlertLogSummary.Builder
AlertLogSummary.Builder. messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.AlertLogSummary.Builder
AlertLogSummary.Builder. supplementalDetail(String supplementalDetail)
The supplemental details of the alert log.AlertLogSummary.Builder
AlertLogSummary.Builder. timestamp(Date timestamp)
The date and time the alert log was created.AlertLogSummary.Builder
AlertLogSummary. toBuilder()
-