public static class ParentGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ParentGroup.Builder id(String id)
The OCID of the Managed Database Group.
id
- the value to setpublic ParentGroup.Builder name(String name)
The name of the Managed Database Group.
name
- the value to setpublic ParentGroup.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the Managed Database Group resides.
compartmentId
- the value to setpublic ParentGroup build()
public ParentGroup.Builder copy(ParentGroup model)
Copyright © 2016–2024. All rights reserved.