public static class ExternalAsmServicedDatabase.Builder extends Object
Constructor and Description |
---|
Builder() |
public ExternalAsmServicedDatabase.Builder diskGroups(List<String> diskGroups)
The list of ASM disk groups used by the database.
diskGroups
- the value to setpublic ExternalAsmServicedDatabase.Builder id(String id)
The OCID of the external database.
id
- the value to setpublic ExternalAsmServicedDatabase.Builder displayName(String displayName)
The user-friendly name for the database. The name does not have to be unique.
displayName
- the value to setpublic ExternalAsmServicedDatabase.Builder dbUniqueName(String dbUniqueName)
The unique name of the external database.
dbUniqueName
- the value to setpublic ExternalAsmServicedDatabase.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the external database resides.
compartmentId
- the value to setpublic ExternalAsmServicedDatabase.Builder databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
databaseType
- the value to setpublic 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.
databaseSubType
- the value to setpublic ExternalAsmServicedDatabase.Builder isManaged(Boolean isManaged)
Indicates whether the database is a Managed Database or not.
isManaged
- the value to setpublic ExternalAsmServicedDatabase build()
public ExternalAsmServicedDatabase.Builder copy(ExternalAsmServicedDatabase model)
Copyright © 2016–2024. All rights reserved.