Class CreateCloudDbSystemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CreateCloudDbSystemDetails.Builder
-
- Enclosing class:
- CreateCloudDbSystemDetails
public static class CreateCloudDbSystemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateCloudDbSystemDetails.Builder displayName(String displayName)
The user-friendly name for the DB system.The name does not have to be unique.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public CreateCloudDbSystemDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the cloud DB system resides.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
dbSystemDiscoveryId
public CreateCloudDbSystemDetails.Builder dbSystemDiscoveryId(String dbSystemDiscoveryId)
The OCID of the DB system discovery.- Parameters:
dbSystemDiscoveryId
- the value to set- Returns:
- this builder
-
databaseManagementConfig
public CreateCloudDbSystemDetails.Builder databaseManagementConfig(CloudDbSystemDatabaseManagementConfigDetails databaseManagementConfig)
-
stackMonitoringConfig
public CreateCloudDbSystemDetails.Builder stackMonitoringConfig(CloudDbSystemStackMonitoringConfigDetails stackMonitoringConfig)
-
freeformTags
public CreateCloudDbSystemDetails.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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public CreateCloudDbSystemDetails.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public CreateCloudDbSystemDetails build()
-
copy
public CreateCloudDbSystemDetails.Builder copy(CreateCloudDbSystemDetails model)
-
-