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