Class ParentGroup.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ParentGroup.Builder
 
- 
- Enclosing class:
- ParentGroup
 
 public static class ParentGroup.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ParentGroupbuild()ParentGroup.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the Managed Database Group resides.ParentGroup.Buildercopy(ParentGroup model)ParentGroup.Builderid(String id)The OCID of the Managed Database Group.ParentGroup.Buildername(String name)The name of the Managed Database Group.
 
- 
- 
- 
Method Detail- 
idpublic ParentGroup.Builder id(String id) The OCID of the Managed Database Group.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic ParentGroup.Builder name(String name) The name of the Managed Database Group.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ParentGroup.Builder compartmentId(String compartmentId) The OCID of the compartment in which the Managed Database Group resides.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ParentGroup build() 
 - 
copypublic ParentGroup.Builder copy(ParentGroup model) 
 
- 
 
-