Package com.oracle.bmc.datasafe.model
Class GroupMembersCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.GroupMembersCollection.Builder
 
- 
- Enclosing class:
- GroupMembersCollection
 
 public static class GroupMembersCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupMembersCollectionbuild()GroupMembersCollection.Buildercopy(GroupMembersCollection model)GroupMembersCollection.BuildertargetDatabases(List<String> targetDatabases)List of the OCIDs of the target databases which are members of the target database group.
 
- 
- 
- 
Method Detail- 
targetDatabasespublic GroupMembersCollection.Builder targetDatabases(List<String> targetDatabases) List of the OCIDs of the target databases which are members of the target database group.- Parameters:
- targetDatabases- the value to set
- Returns:
- this builder
 
 - 
buildpublic GroupMembersCollection build() 
 - 
copypublic GroupMembersCollection.Builder copy(GroupMembersCollection model) 
 
- 
 
-