Class ParentGroup.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ParentGroup.Builder
-
- Enclosing class:
- ParentGroup
public static class ParentGroup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParentGroup
build()
ParentGroup.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which the Managed Database Group resides.ParentGroup.Builder
copy(ParentGroup model)
ParentGroup.Builder
id(String id)
The OCID of the Managed Database Group.ParentGroup.Builder
name(String name)
The name of the Managed Database Group.
-
-
-
Method Detail
-
id
public ParentGroup.Builder id(String id)
The OCID of the Managed Database Group.- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public ParentGroup.Builder name(String name)
The name of the Managed Database Group.- Parameters:
name
- the value to set- Returns:
- this builder
-
compartmentId
public 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
-
build
public ParentGroup build()
-
copy
public ParentGroup.Builder copy(ParentGroup model)
-
-