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