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 |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateManagedDatabaseGroupDetails.Builder |
description(String description)
The information specified by the user about the Managed Database Group.
|
CreateManagedDatabaseGroupDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
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.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic CreateManagedDatabaseGroupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateManagedDatabaseGroupDetails build()
public CreateManagedDatabaseGroupDetails.Builder copy(CreateManagedDatabaseGroupDetails model)
Copyright © 2016–2024. All rights reserved.