public static class PeerTargetDatabaseCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PeerTargetDatabaseCollection |
build() |
PeerTargetDatabaseCollection.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the primary target database.
|
PeerTargetDatabaseCollection.Builder |
copy(PeerTargetDatabaseCollection model) |
PeerTargetDatabaseCollection.Builder |
items(List<PeerTargetDatabaseSummary> items)
The list of peer target databases associated to the primary target database.
|
PeerTargetDatabaseCollection.Builder |
targetDatabaseId(String targetDatabaseId)
The OCID of the Data Safe target database.
|
public PeerTargetDatabaseCollection.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the primary target database.
compartmentId
- the value to setpublic PeerTargetDatabaseCollection.Builder targetDatabaseId(String targetDatabaseId)
The OCID of the Data Safe target database.
targetDatabaseId
- the value to setpublic PeerTargetDatabaseCollection.Builder items(List<PeerTargetDatabaseSummary> items)
The list of peer target databases associated to the primary target database.
items
- the value to setpublic PeerTargetDatabaseCollection build()
public PeerTargetDatabaseCollection.Builder copy(PeerTargetDatabaseCollection model)
Copyright © 2016–2024. All rights reserved.