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