public static class CreateManagedDatabaseGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateManagedDatabaseGroupDetails |
build() |
CreateManagedDatabaseGroupDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the Managed Database Group resides.
|
CreateManagedDatabaseGroupDetails.Builder |
copy(CreateManagedDatabaseGroupDetails model) |
CreateManagedDatabaseGroupDetails.Builder |
description(String description)
The information specified by the user about the Managed Database Group.
|
CreateManagedDatabaseGroupDetails.Builder |
name(String name)
The name of the Managed Database Group.
|
public CreateManagedDatabaseGroupDetails.Builder name(String name)
The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and “_”. The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
name
- the value to setpublic CreateManagedDatabaseGroupDetails.Builder description(String description)
The information specified by the user about the Managed Database Group.
description
- the value to setpublic CreateManagedDatabaseGroupDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the Managed Database Group resides.
compartmentId
- the value to setpublic CreateManagedDatabaseGroupDetails build()
public CreateManagedDatabaseGroupDetails.Builder copy(CreateManagedDatabaseGroupDetails model)
Copyright © 2016–2023. All rights reserved.