Class ExternalDbSystemBasicInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ExternalDbSystemBasicInfo.Builder
 
- 
- Enclosing class:
- ExternalDbSystemBasicInfo
 
 public static class ExternalDbSystemBasicInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDbSystemBasicInfobuild()ExternalDbSystemBasicInfo.BuildercompartmentId(String compartmentId)The OCID of the compartment.ExternalDbSystemBasicInfo.Buildercopy(ExternalDbSystemBasicInfo model)ExternalDbSystemBasicInfo.BuilderdisplayName(String displayName)The user-friendly name for the DB system.ExternalDbSystemBasicInfo.BuilderexadataInfraInfo(ExternalExadataInfraBasicInfo exadataInfraInfo)ExternalDbSystemBasicInfo.Builderid(String id)The OCID of the external DB system.
 
- 
- 
- 
Method Detail- 
idpublic ExternalDbSystemBasicInfo.Builder id(String id) The OCID of the external DB system.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ExternalDbSystemBasicInfo.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
 
 - 
compartmentIdpublic ExternalDbSystemBasicInfo.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
exadataInfraInfopublic ExternalDbSystemBasicInfo.Builder exadataInfraInfo(ExternalExadataInfraBasicInfo exadataInfraInfo) 
 - 
buildpublic ExternalDbSystemBasicInfo build() 
 - 
copypublic ExternalDbSystemBasicInfo.Builder copy(ExternalDbSystemBasicInfo model) 
 
- 
 
-