public static class ExternalPluggableDatabase.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalPluggableDatabase |
build() |
ExternalPluggableDatabase.Builder |
characterSet(String characterSet)
The character set of the external database.
|
ExternalPluggableDatabase.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ExternalPluggableDatabase.Builder |
copy(ExternalPluggableDatabase model) |
ExternalPluggableDatabase.Builder |
databaseConfiguration(ExternalPluggableDatabase.DatabaseConfiguration databaseConfiguration)
The Oracle Database configuration
|
ExternalPluggableDatabase.Builder |
databaseEdition(ExternalPluggableDatabase.DatabaseEdition databaseEdition)
The Oracle Database edition.
|
ExternalPluggableDatabase.Builder |
databaseManagementConfig(DatabaseManagementConfig databaseManagementConfig) |
ExternalPluggableDatabase.Builder |
databaseVersion(String databaseVersion)
The Oracle Database version.
|
ExternalPluggableDatabase.Builder |
dbId(String dbId)
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle
Cloud.
|
ExternalPluggableDatabase.Builder |
dbPacks(String dbPacks)
The database packs licensed for the external Oracle Database.
|
ExternalPluggableDatabase.Builder |
dbUniqueName(String dbUniqueName)
The
DB_UNIQUE_NAME of the external database. |
ExternalPluggableDatabase.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ExternalPluggableDatabase.Builder |
displayName(String displayName)
The user-friendly name for the external database.
|
ExternalPluggableDatabase.Builder |
externalContainerDatabaseId(String externalContainerDatabaseId)
The OCID
of the
createExternalContainerDatabaseDetails that contains the specified createExternalPluggableDatabaseDetails resource. |
ExternalPluggableDatabase.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ExternalPluggableDatabase.Builder |
id(String id)
The OCID of the
Oracle Cloud Infrastructure external database resource.
|
ExternalPluggableDatabase.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
ExternalPluggableDatabase.Builder |
lifecycleState(ExternalPluggableDatabase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.
|
ExternalPluggableDatabase.Builder |
ncharacterSet(String ncharacterSet)
The national character of the external database.
|
ExternalPluggableDatabase.Builder |
operationsInsightsConfig(OperationsInsightsConfig operationsInsightsConfig) |
ExternalPluggableDatabase.Builder |
sourceId(String sourceId)
The OCID
of the the non-container database that was converted to a pluggable database to create
this resource.
|
ExternalPluggableDatabase.Builder |
stackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig) |
ExternalPluggableDatabase.Builder |
timeCreated(Date timeCreated)
The date and time the database was created.
|
ExternalPluggableDatabase.Builder |
timeZone(String timeZone)
The time zone of the external database.
|
public ExternalPluggableDatabase.Builder sourceId(String sourceId)
The OCID of the the non-container database that was converted to a pluggable database to create this resource.
sourceId
- the value to setpublic ExternalPluggableDatabase.Builder externalContainerDatabaseId(String externalContainerDatabaseId)
The OCID
of the createExternalContainerDatabaseDetails
that contains the specified createExternalPluggableDatabaseDetails
resource.
externalContainerDatabaseId
- the value to setpublic ExternalPluggableDatabase.Builder operationsInsightsConfig(OperationsInsightsConfig operationsInsightsConfig)
public ExternalPluggableDatabase.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ExternalPluggableDatabase.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 ExternalPluggableDatabase.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 ExternalPluggableDatabase.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 ExternalPluggableDatabase.Builder id(String id)
The OCID of the Oracle Cloud Infrastructure external database resource.
id
- the value to setpublic ExternalPluggableDatabase.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic ExternalPluggableDatabase.Builder lifecycleState(ExternalPluggableDatabase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.
lifecycleState
- the value to setpublic ExternalPluggableDatabase.Builder timeCreated(Date timeCreated)
The date and time the database was created.
timeCreated
- the value to setpublic ExternalPluggableDatabase.Builder dbUniqueName(String dbUniqueName)
The DB_UNIQUE_NAME
of the external database.
dbUniqueName
- the value to setpublic ExternalPluggableDatabase.Builder dbId(String dbId)
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
dbId
- the value to setpublic ExternalPluggableDatabase.Builder databaseVersion(String databaseVersion)
The Oracle Database version.
databaseVersion
- the value to setpublic ExternalPluggableDatabase.Builder databaseEdition(ExternalPluggableDatabase.DatabaseEdition databaseEdition)
The Oracle Database edition.
databaseEdition
- the value to setpublic ExternalPluggableDatabase.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 ExternalPluggableDatabase.Builder characterSet(String characterSet)
The character set of the external database.
characterSet
- the value to setpublic ExternalPluggableDatabase.Builder ncharacterSet(String ncharacterSet)
The national character of the external database.
ncharacterSet
- the value to setpublic ExternalPluggableDatabase.Builder dbPacks(String dbPacks)
The database packs licensed for the external Oracle Database.
dbPacks
- the value to setpublic ExternalPluggableDatabase.Builder databaseConfiguration(ExternalPluggableDatabase.DatabaseConfiguration databaseConfiguration)
The Oracle Database configuration
databaseConfiguration
- the value to setpublic ExternalPluggableDatabase.Builder databaseManagementConfig(DatabaseManagementConfig databaseManagementConfig)
public ExternalPluggableDatabase.Builder stackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig)
public ExternalPluggableDatabase build()
public ExternalPluggableDatabase.Builder copy(ExternalPluggableDatabase model)
Copyright © 2016–2024. All rights reserved.