public static class ExternalDatabaseBase.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalDatabaseBase |
build() |
ExternalDatabaseBase.Builder |
characterSet(String characterSet)
The character set of the external database.
|
ExternalDatabaseBase.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ExternalDatabaseBase.Builder |
copy(ExternalDatabaseBase model) |
ExternalDatabaseBase.Builder |
databaseConfiguration(ExternalDatabaseBase.DatabaseConfiguration databaseConfiguration)
The Oracle Database configuration
|
ExternalDatabaseBase.Builder |
databaseEdition(ExternalDatabaseBase.DatabaseEdition databaseEdition)
The Oracle Database edition.
|
ExternalDatabaseBase.Builder |
databaseManagementConfig(DatabaseManagementConfig databaseManagementConfig) |
ExternalDatabaseBase.Builder |
databaseVersion(String databaseVersion)
The Oracle Database version.
|
ExternalDatabaseBase.Builder |
dbId(String dbId)
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle
Cloud.
|
ExternalDatabaseBase.Builder |
dbPacks(String dbPacks)
The database packs licensed for the external Oracle Database.
|
ExternalDatabaseBase.Builder |
dbUniqueName(String dbUniqueName)
The
DB_UNIQUE_NAME of the external database. |
ExternalDatabaseBase.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ExternalDatabaseBase.Builder |
displayName(String displayName)
The user-friendly name for the external database.
|
ExternalDatabaseBase.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ExternalDatabaseBase.Builder |
id(String id)
The OCID of the
Oracle Cloud Infrastructure external database resource.
|
ExternalDatabaseBase.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
ExternalDatabaseBase.Builder |
lifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.
|
ExternalDatabaseBase.Builder |
ncharacterSet(String ncharacterSet)
The national character of the external database.
|
ExternalDatabaseBase.Builder |
stackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig) |
ExternalDatabaseBase.Builder |
timeCreated(Date timeCreated)
The date and time the database was created.
|
ExternalDatabaseBase.Builder |
timeZone(String timeZone)
The time zone of the external database.
|
public ExternalDatabaseBase.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ExternalDatabaseBase.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"}
freeformTags
- the value to setpublic ExternalDatabaseBase.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.
definedTags
- the value to setpublic ExternalDatabaseBase.Builder displayName(String displayName)
The user-friendly name for the external database. The name does not have to be unique.
displayName
- the value to setpublic ExternalDatabaseBase.Builder id(String id)
The OCID of the Oracle Cloud Infrastructure external database resource.
id
- the value to setpublic ExternalDatabaseBase.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic ExternalDatabaseBase.Builder lifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.
lifecycleState
- the value to setpublic ExternalDatabaseBase.Builder timeCreated(Date timeCreated)
The date and time the database was created.
timeCreated
- the value to setpublic ExternalDatabaseBase.Builder dbUniqueName(String dbUniqueName)
The DB_UNIQUE_NAME
of the external database.
dbUniqueName
- the value to setpublic ExternalDatabaseBase.Builder dbId(String dbId)
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
dbId
- the value to setpublic ExternalDatabaseBase.Builder databaseVersion(String databaseVersion)
The Oracle Database version.
databaseVersion
- the value to setpublic ExternalDatabaseBase.Builder databaseEdition(ExternalDatabaseBase.DatabaseEdition databaseEdition)
The Oracle Database edition.
databaseEdition
- the value to setpublic ExternalDatabaseBase.Builder timeZone(String timeZone)
The time zone of the external database. It is a time zone offset (a character type in the format ‘[+|-]TZH:TZM’) or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
timeZone
- the value to setpublic ExternalDatabaseBase.Builder characterSet(String characterSet)
The character set of the external database.
characterSet
- the value to setpublic ExternalDatabaseBase.Builder ncharacterSet(String ncharacterSet)
The national character of the external database.
ncharacterSet
- the value to setpublic ExternalDatabaseBase.Builder dbPacks(String dbPacks)
The database packs licensed for the external Oracle Database.
dbPacks
- the value to setpublic ExternalDatabaseBase.Builder databaseConfiguration(ExternalDatabaseBase.DatabaseConfiguration databaseConfiguration)
The Oracle Database configuration
databaseConfiguration
- the value to setpublic ExternalDatabaseBase.Builder databaseManagementConfig(DatabaseManagementConfig databaseManagementConfig)
public ExternalDatabaseBase.Builder stackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig)
public ExternalDatabaseBase build()
public ExternalDatabaseBase.Builder copy(ExternalDatabaseBase model)
Copyright © 2016–2024. All rights reserved.