public static class AlertLogCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public AlertLogCollection.Builder managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.
managedDatabaseId
- the value to setpublic AlertLogCollection.Builder items(List<AlertLogSummary> items)
An array of the alert logs.
items
- the value to setpublic AlertLogCollection build()
public AlertLogCollection.Builder copy(AlertLogCollection model)
Copyright © 2016–2024. All rights reserved.