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