Package com.oracle.bmc.database.model
Class ExternalDatabaseBase.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ExternalDatabaseBase.Builder
 
- 
- Enclosing class:
- ExternalDatabaseBase
 
 public static class ExternalDatabaseBase.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDatabaseBasebuild()ExternalDatabaseBase.BuildercharacterSet(String characterSet)The character set of the external database.ExternalDatabaseBase.BuildercompartmentId(String compartmentId)The OCID of the compartment.ExternalDatabaseBase.Buildercopy(ExternalDatabaseBase model)ExternalDatabaseBase.BuilderdatabaseConfiguration(ExternalDatabaseBase.DatabaseConfiguration databaseConfiguration)The Oracle Database configurationExternalDatabaseBase.BuilderdatabaseEdition(ExternalDatabaseBase.DatabaseEdition databaseEdition)The Oracle Database Edition that applies to all the databases on the DB system.ExternalDatabaseBase.BuilderdatabaseManagementConfig(DatabaseManagementConfig databaseManagementConfig)ExternalDatabaseBase.BuilderdatabaseVersion(String databaseVersion)The Oracle Database version.ExternalDatabaseBase.BuilderdbId(String dbId)The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.ExternalDatabaseBase.BuilderdbPacks(String dbPacks)The database packs licensed for the external Oracle Database.ExternalDatabaseBase.BuilderdbUniqueName(String dbUniqueName)The DB_UNIQUE_NAME of the external database.ExternalDatabaseBase.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ExternalDatabaseBase.BuilderdisplayName(String displayName)The user-friendly name for the external database.ExternalDatabaseBase.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ExternalDatabaseBase.Builderid(String id)The OCID of the Oracle Cloud Infrastructure external database resource.ExternalDatabaseBase.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state.ExternalDatabaseBase.BuilderlifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState)The current state of the Oracle Cloud Infrastructure external database resource.ExternalDatabaseBase.BuilderncharacterSet(String ncharacterSet)The national character of the external database.ExternalDatabaseBase.BuilderstackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig)ExternalDatabaseBase.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ExternalDatabaseBase.BuildertimeCreated(Date timeCreated)The date and time the database was created.ExternalDatabaseBase.BuildertimeZone(String timeZone)The time zone of the external database.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ExternalDatabaseBase.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic ExternalDatabaseBase.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ExternalDatabaseBase.Builder displayName(String displayName) The user-friendly name for the external database.The name does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
idpublic ExternalDatabaseBase.Builder id(String id) The OCID of the Oracle Cloud Infrastructure external database resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ExternalDatabaseBase.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ExternalDatabaseBase.Builder lifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState) The current state of the Oracle Cloud Infrastructure external database resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ExternalDatabaseBase.Builder timeCreated(Date timeCreated) The date and time the database was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
dbUniqueNamepublic ExternalDatabaseBase.Builder dbUniqueName(String dbUniqueName) The DB_UNIQUE_NAME of the external database.- Parameters:
- dbUniqueName- the value to set
- Returns:
- this builder
 
 - 
dbIdpublic ExternalDatabaseBase.Builder dbId(String dbId) The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.- Parameters:
- dbId- the value to set
- Returns:
- this builder
 
 - 
databaseVersionpublic ExternalDatabaseBase.Builder databaseVersion(String databaseVersion) The Oracle Database version.- Parameters:
- databaseVersion- the value to set
- Returns:
- this builder
 
 - 
databaseEditionpublic ExternalDatabaseBase.Builder databaseEdition(ExternalDatabaseBase.DatabaseEdition databaseEdition) The Oracle Database Edition that applies to all the databases on the DB system.Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE. - Parameters:
- databaseEdition- the value to set
- Returns:
- this builder
 
 - 
timeZonepublic 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. - Parameters:
- timeZone- the value to set
- Returns:
- this builder
 
 - 
characterSetpublic ExternalDatabaseBase.Builder characterSet(String characterSet) The character set of the external database.- Parameters:
- characterSet- the value to set
- Returns:
- this builder
 
 - 
ncharacterSetpublic ExternalDatabaseBase.Builder ncharacterSet(String ncharacterSet) The national character of the external database.- Parameters:
- ncharacterSet- the value to set
- Returns:
- this builder
 
 - 
dbPackspublic ExternalDatabaseBase.Builder dbPacks(String dbPacks) The database packs licensed for the external Oracle Database.- Parameters:
- dbPacks- the value to set
- Returns:
- this builder
 
 - 
databaseConfigurationpublic ExternalDatabaseBase.Builder databaseConfiguration(ExternalDatabaseBase.DatabaseConfiguration databaseConfiguration) The Oracle Database configuration- Parameters:
- databaseConfiguration- the value to set
- Returns:
- this builder
 
 - 
databaseManagementConfigpublic ExternalDatabaseBase.Builder databaseManagementConfig(DatabaseManagementConfig databaseManagementConfig) 
 - 
stackMonitoringConfigpublic ExternalDatabaseBase.Builder stackMonitoringConfig(StackMonitoringConfig stackMonitoringConfig) 
 - 
buildpublic ExternalDatabaseBase build() 
 - 
copypublic ExternalDatabaseBase.Builder copy(ExternalDatabaseBase model) 
 
- 
 
-