Class DbSystem.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.model.DbSystem.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystem.BuilderaccessMode(DbSystem.AccessMode accessMode)The access mode indicating if the database access is unrestricted (to all MySQL user accounts), or restricted (to only certain users with specific privileges): - UNRESTRICTED: the access to the database is not restricted; - RESTRICTED: access allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable offline_mode to ON.DbSystem.BuilderavailabilityDomain(String availabilityDomain)The availability domain on which to deploy the Read/Write endpoint.DbSystem.BuilderbackupPolicy(BackupPolicy backupPolicy)DbSystembuild()DbSystem.Builderchannels(List<ChannelSummary> channels)A list with a summary of all the Channels attached to the DB System.DbSystem.BuildercompartmentId(String compartmentId)The OCID of the compartment the DB System belongs in.DbSystem.BuilderconfigurationId(String configurationId)The OCID of the Configuration to be used for Instances in this DB System.DbSystem.Buildercopy(DbSystem model)DbSystem.BuildercrashRecovery(CrashRecoveryStatus crashRecovery)Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.DbSystem.BuildercurrentPlacement(DbSystemPlacement currentPlacement)DbSystem.BuildercustomerContacts(List<CustomerContact> customerContacts)The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.DbSystem.BuilderdatabaseManagement(DatabaseManagementStatus databaseManagement)Whether to enable monitoring via the Database Management service.DbSystem.BuilderdatabaseMode(DbSystem.DatabaseMode databaseMode)The database mode indicating the types of statements that are allowed to run in the the DB system.DbSystem.BuilderdataStorage(DataStorage dataStorage)DbSystem.BuilderdataStorageSizeInGBs(Integer dataStorageSizeInGBs)DEPRECATED: User specified size of the data volume.DbSystem.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DbSystem.BuilderdeletionPolicy(DeletionPolicyDetails deletionPolicy)DbSystem.Builderdescription(String description)User-provided data about the DB System.DbSystem.BuilderdisplayName(String displayName)The user-friendly name for the DB System.DbSystem.BuilderencryptData(EncryptDataDetails encryptData)DbSystem.Builderendpoints(List<DbSystemEndpoint> endpoints)The network endpoints available for this DB System.DbSystem.BuilderfaultDomain(String faultDomain)The fault domain on which to deploy the Read/Write endpoint.DbSystem.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.DbSystem.BuilderheatWaveCluster(HeatWaveClusterSummary heatWaveCluster)DbSystem.BuilderhostnameLabel(String hostnameLabel)The hostname for the primary endpoint of the DB System.DbSystem.Builderid(String id)The OCID of the DB System.DbSystem.BuilderipAddress(String ipAddress)The IP address the DB System is configured to listen on.DbSystem.BuilderisHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached)If the DB System has a HeatWave Cluster attached.DbSystem.BuilderisHighlyAvailable(Boolean isHighlyAvailable)Specifies if the DB System is highly available.DbSystem.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycleState.DbSystem.BuilderlifecycleState(DbSystem.LifecycleState lifecycleState)The current state of the DB System.DbSystem.Buildermaintenance(MaintenanceDetails maintenance)DbSystem.BuildermysqlVersion(String mysqlVersion)Name of the MySQL Version in use for the DB System.DbSystem.BuildernsgIds(List<String> nsgIds)Network Security Group OCIDs used for the VNIC attachment.DbSystem.BuilderpointInTimeRecoveryDetails(PointInTimeRecoveryDetails pointInTimeRecoveryDetails)DbSystem.Builderport(Integer port)The port for primary endpoint of the DB System to listen on.DbSystem.BuilderportX(Integer portX)The network port on which X Plugin listens for TCP/IP connections.DbSystem.BuilderreadEndpoint(ReadEndpointDetails readEndpoint)DbSystem.Builderrest(RestDetails rest)DbSystem.BuildersecureConnections(SecureConnectionDetails secureConnections)DbSystem.BuildersecurityAttributes(Map<String,Map<String,Object>> securityAttributes)Security Attributes for this resource.DbSystem.BuildershapeName(String shapeName)The shape of the primary instances of the DB System.DbSystem.Buildersource(DbSystemSource source)DbSystem.BuildersubnetId(String subnetId)The OCID of the subnet the DB System is associated with.DbSystem.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.DbSystem.BuildertimeCreated(Date timeCreated)The date and time the DB System was created.DbSystem.BuildertimeUpdated(Date timeUpdated)The time the DB System was last updated.
 
- 
- 
- 
Method Detail- 
idpublic DbSystem.Builder id(String id) The OCID of the DB System.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DbSystem.Builder displayName(String displayName) The user-friendly name for the DB System.It does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic DbSystem.Builder description(String description) User-provided data about the DB System.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DbSystem.Builder compartmentId(String compartmentId) The OCID of the compartment the DB System belongs in.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic DbSystem.Builder subnetId(String subnetId) The OCID of the subnet the DB System is associated with.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic DbSystem.Builder nsgIds(List<String> nsgIds) Network Security Group OCIDs used for the VNIC attachment.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
securityAttributespublic DbSystem.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) Security Attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see ZPR Artifacts. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}} - Parameters:
- securityAttributes- the value to set
- Returns:
- this builder
 
 - 
restpublic DbSystem.Builder rest(RestDetails rest) 
 - 
isHighlyAvailablepublic DbSystem.Builder isHighlyAvailable(Boolean isHighlyAvailable) Specifies if the DB System is highly available.- Parameters:
- isHighlyAvailable- the value to set
- Returns:
- this builder
 
 - 
currentPlacementpublic DbSystem.Builder currentPlacement(DbSystemPlacement currentPlacement) 
 - 
isHeatWaveClusterAttachedpublic DbSystem.Builder isHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached) If the DB System has a HeatWave Cluster attached.- Parameters:
- isHeatWaveClusterAttached- the value to set
- Returns:
- this builder
 
 - 
heatWaveClusterpublic DbSystem.Builder heatWaveCluster(HeatWaveClusterSummary heatWaveCluster) 
 - 
availabilityDomainpublic DbSystem.Builder availabilityDomain(String availabilityDomain) The availability domain on which to deploy the Read/Write endpoint.This defines the preferred primary instance. In a failover scenario, the Read/Write endpoint is redirected to one of the other availability domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way. For a standalone DB System, this defines the availability domain in which the DB System is placed. - Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
faultDomainpublic DbSystem.Builder faultDomain(String faultDomain) The fault domain on which to deploy the Read/Write endpoint.This defines the preferred primary instance. In a failover scenario, the Read/Write endpoint is redirected to one of the other fault domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way. For a standalone DB System, this defines the fault domain in which the DB System is placed. - Parameters:
- faultDomain- the value to set
- Returns:
- this builder
 
 - 
shapeNamepublic DbSystem.Builder shapeName(String shapeName) The shape of the primary instances of the DB System.The shape determines resources allocated to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. To get a list of shapes, use (the listShapesoperation.- Parameters:
- shapeName- the value to set
- Returns:
- this builder
 
 - 
mysqlVersionpublic DbSystem.Builder mysqlVersion(String mysqlVersion) Name of the MySQL Version in use for the DB System.- Parameters:
- mysqlVersion- the value to set
- Returns:
- this builder
 
 - 
backupPolicypublic DbSystem.Builder backupPolicy(BackupPolicy backupPolicy) 
 - 
sourcepublic DbSystem.Builder source(DbSystemSource source) 
 - 
configurationIdpublic DbSystem.Builder configurationId(String configurationId) The OCID of the Configuration to be used for Instances in this DB System.- Parameters:
- configurationId- the value to set
- Returns:
- this builder
 
 - 
dataStorageSizeInGBspublic DbSystem.Builder dataStorageSizeInGBs(Integer dataStorageSizeInGBs) DEPRECATED: User specified size of the data volume.May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs. - Parameters:
- dataStorageSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
dataStoragepublic DbSystem.Builder dataStorage(DataStorage dataStorage) 
 - 
hostnameLabelpublic DbSystem.Builder hostnameLabel(String hostnameLabel) The hostname for the primary endpoint of the DB System.Used for DNS. The value is the hostname portion of the primary private IP’s fully qualified domain name (FQDN) (for example, “dbsystem-1” in FQDN “dbsystem-1.subnet123.vcn1.oraclevcn.com”). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123. - Parameters:
- hostnameLabel- the value to set
- Returns:
- this builder
 
 - 
ipAddresspublic DbSystem.Builder ipAddress(String ipAddress) The IP address the DB System is configured to listen on.A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet’s CIDR. This will be a “dotted-quad” style IPv4 address. - Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
portpublic DbSystem.Builder port(Integer port) The port for primary endpoint of the DB System to listen on.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
portXpublic DbSystem.Builder portX(Integer portX) The network port on which X Plugin listens for TCP/IP connections.This is the X Plugin equivalent of port. - Parameters:
- portX- the value to set
- Returns:
- this builder
 
 - 
endpointspublic DbSystem.Builder endpoints(List<DbSystemEndpoint> endpoints) The network endpoints available for this DB System.- Parameters:
- endpoints- the value to set
- Returns:
- this builder
 
 - 
channelspublic DbSystem.Builder channels(List<ChannelSummary> channels) A list with a summary of all the Channels attached to the DB System.- Parameters:
- channels- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DbSystem.Builder lifecycleState(DbSystem.LifecycleState lifecycleState) The current state of the DB System.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DbSystem.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycleState.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
maintenancepublic DbSystem.Builder maintenance(MaintenanceDetails maintenance) 
 - 
deletionPolicypublic DbSystem.Builder deletionPolicy(DeletionPolicyDetails deletionPolicy) 
 - 
timeCreatedpublic DbSystem.Builder timeCreated(Date timeCreated) The date and time the DB System was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DbSystem.Builder timeUpdated(Date timeUpdated) The time the DB System was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DbSystem.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DbSystem.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DbSystem.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
crashRecoverypublic DbSystem.Builder crashRecovery(CrashRecoveryStatus crashRecovery) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.- Parameters:
- crashRecovery- the value to set
- Returns:
- this builder
 
 - 
pointInTimeRecoveryDetailspublic DbSystem.Builder pointInTimeRecoveryDetails(PointInTimeRecoveryDetails pointInTimeRecoveryDetails) 
 - 
databaseManagementpublic DbSystem.Builder databaseManagement(DatabaseManagementStatus databaseManagement) Whether to enable monitoring via the Database Management service.- Parameters:
- databaseManagement- the value to set
- Returns:
- this builder
 
 - 
secureConnectionspublic DbSystem.Builder secureConnections(SecureConnectionDetails secureConnections) 
 - 
encryptDatapublic DbSystem.Builder encryptData(EncryptDataDetails encryptData) 
 - 
databaseModepublic DbSystem.Builder databaseMode(DbSystem.DatabaseMode databaseMode) The database mode indicating the types of statements that are allowed to run in the the DB system.This mode applies only to statements run by user connections. Replicated write statements continue to be allowed regardless of the DatabaseMode. - READ_WRITE: allow running read and write statements on the DB system; - READ_ONLY: only allow running read statements on the DB system. - Parameters:
- databaseMode- the value to set
- Returns:
- this builder
 
 - 
accessModepublic DbSystem.Builder accessMode(DbSystem.AccessMode accessMode) The access mode indicating if the database access is unrestricted (to all MySQL user accounts), or restricted (to only certain users with specific privileges): - UNRESTRICTED: the access to the database is not restricted; - RESTRICTED: access allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable offline_mode to ON.- Parameters:
- accessMode- the value to set
- Returns:
- this builder
 
 - 
customerContactspublic DbSystem.Builder customerContacts(List<CustomerContact> customerContacts) The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System. - Parameters:
- customerContacts- the value to set
- Returns:
- this builder
 
 - 
readEndpointpublic DbSystem.Builder readEndpoint(ReadEndpointDetails readEndpoint) 
 - 
buildpublic DbSystem build() 
 - 
copypublic DbSystem.Builder copy(DbSystem model) 
 
- 
 
-