Class AlertLogCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AlertLogCollection.Builder
-
- Enclosing class:
- AlertLogCollection
public static class AlertLogCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertLogCollection
build()
AlertLogCollection.Builder
copy(AlertLogCollection model)
AlertLogCollection.Builder
items(List<AlertLogSummary> items)
An array of the alert logs.AlertLogCollection.Builder
managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.
-
-
-
Method Detail
-
managedDatabaseId
public AlertLogCollection.Builder managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.- Parameters:
managedDatabaseId
- the value to set- Returns:
- this builder
-
items
public AlertLogCollection.Builder items(List<AlertLogSummary> items)
An array of the alert logs.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AlertLogCollection build()
-
copy
public AlertLogCollection.Builder copy(AlertLogCollection model)
-
-