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