Class ExternalAsmServicedDatabase.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ExternalAsmServicedDatabase.Builder
 
- 
- Enclosing class:
- ExternalAsmServicedDatabase
 
 public static class ExternalAsmServicedDatabase.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
diskGroupspublic ExternalAsmServicedDatabase.Builder diskGroups(List<String> diskGroups) The list of ASM disk groups used by the database.- Parameters:
- diskGroups- the value to set
- Returns:
- this builder
 
 - 
idpublic ExternalAsmServicedDatabase.Builder id(String id) The OCID of the external database.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ExternalAsmServicedDatabase.Builder displayName(String displayName) The user-friendly name for the database.The name does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
dbUniqueNamepublic ExternalAsmServicedDatabase.Builder dbUniqueName(String dbUniqueName) The unique name of the external database.- Parameters:
- dbUniqueName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ExternalAsmServicedDatabase.Builder compartmentId(String compartmentId) The OCID of the compartment in which the external database resides.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
databaseTypepublic ExternalAsmServicedDatabase.Builder databaseType(DatabaseType databaseType) The type of Oracle Database installation.- Parameters:
- databaseType- the value to set
- Returns:
- this builder
 
 - 
databaseSubTypepublic ExternalAsmServicedDatabase.Builder databaseSubType(DatabaseSubType databaseSubType) The subtype of Oracle Database.Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database. - Parameters:
- databaseSubType- the value to set
- Returns:
- this builder
 
 - 
isManagedpublic ExternalAsmServicedDatabase.Builder isManaged(Boolean isManaged) Indicates whether the database is a Managed Database or not.- Parameters:
- isManaged- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExternalAsmServicedDatabase build() 
 - 
copypublic ExternalAsmServicedDatabase.Builder copy(ExternalAsmServicedDatabase model) 
 
- 
 
-