Class UpdateDbSystemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.model.UpdateDbSystemDetails.Builder
 
- 
- Enclosing class:
- UpdateDbSystemDetails
 
 public static class UpdateDbSystemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDbSystemDetails.BuilderaccessMode(DbSystem.AccessMode accessMode)The access mode indicating if the database access will be restricted only to administrators or not: - UNRESTRICTED: the access to the database is not restricted; - RESTRICTED: the access will be allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable offline_mode to ON.UpdateDbSystemDetails.BuilderadminPassword(String adminPassword)The password for the administrative user.UpdateDbSystemDetails.BuilderadminUsername(String adminUsername)The username for the administrative user for the MySQL Instance.UpdateDbSystemDetails.BuilderavailabilityDomain(String availabilityDomain)The availability domain on which to deploy the Read/Write endpoint.UpdateDbSystemDetails.BuilderbackupPolicy(UpdateBackupPolicyDetails backupPolicy)UpdateDbSystemDetailsbuild()UpdateDbSystemDetails.BuilderconfigurationId(String configurationId)The OCID of the Configuration to be used for Instances in this DB System.UpdateDbSystemDetails.Buildercopy(UpdateDbSystemDetails model)UpdateDbSystemDetails.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.UpdateDbSystemDetails.BuildercustomerContacts(List<CustomerContact> customerContacts)The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.UpdateDbSystemDetails.BuilderdatabaseManagement(DatabaseManagementStatus databaseManagement)Whether to enable monitoring via the Database Management service.UpdateDbSystemDetails.BuilderdatabaseMode(DbSystem.DatabaseMode databaseMode)The database mode indicating the types of statements that will be allowed to run in the DB system.UpdateDbSystemDetails.BuilderdataStorage(DataStorageDetails dataStorage)UpdateDbSystemDetails.BuilderdataStorageSizeInGBs(Integer dataStorageSizeInGBs)Expands the DB System’s storage to the specified value.UpdateDbSystemDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.UpdateDbSystemDetails.BuilderdeletionPolicy(UpdateDeletionPolicyDetails deletionPolicy)UpdateDbSystemDetails.Builderdescription(String description)User-provided data about the DB System.UpdateDbSystemDetails.BuilderdisplayName(String displayName)The user-friendly name for the DB System.UpdateDbSystemDetails.BuilderencryptData(EncryptDataDetails encryptData)UpdateDbSystemDetails.BuilderfaultDomain(String faultDomain)The fault domain on which to deploy the Read/Write endpoint.UpdateDbSystemDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair applied without any predefined name, type or scope.UpdateDbSystemDetails.BuilderhostnameLabel(String hostnameLabel)The hostname for the primary endpoint of the DB System.UpdateDbSystemDetails.BuilderipAddress(String ipAddress)The IP address the DB System should be configured to listen on the provided subnet.UpdateDbSystemDetails.BuilderisHighlyAvailable(Boolean isHighlyAvailable)Specifies if the DB System is highly available.UpdateDbSystemDetails.Buildermaintenance(UpdateMaintenanceDetails maintenance)UpdateDbSystemDetails.BuildermysqlVersion(String mysqlVersion)The specific MySQL version identifier.UpdateDbSystemDetails.BuildernsgIds(List<String> nsgIds)Network Security Group OCIDs used for the VNIC attachment.UpdateDbSystemDetails.Builderport(Integer port)The port for primary endpoint of the DB System to listen on.UpdateDbSystemDetails.BuilderportX(Integer portX)The TCP network port on which X Plugin listens for connections.UpdateDbSystemDetails.BuilderreadEndpoint(UpdateReadEndpointDetails readEndpoint)UpdateDbSystemDetails.Builderrest(UpdateRestDetails rest)UpdateDbSystemDetails.BuildersecureConnections(SecureConnectionDetails secureConnections)UpdateDbSystemDetails.BuildersecurityAttributes(Map<String,Map<String,Object>> securityAttributes)Security Attributes for this resource.UpdateDbSystemDetails.BuildershapeName(String shapeName)The shape of the DB System.UpdateDbSystemDetails.BuildersubnetId(String subnetId)The OCID of the subnet the DB System is associated with.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder description(String description) User-provided data about the DB System.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder nsgIds(List<String> nsgIds) Network Security Group OCIDs used for the VNIC attachment.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
securityAttributespublic UpdateDbSystemDetails.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
 
 - 
databaseModepublic UpdateDbSystemDetails.Builder databaseMode(DbSystem.DatabaseMode databaseMode) The database mode indicating the types of statements that will be allowed to run in the DB system.This mode will apply only to statements run by user connections. Replicated write statements will 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 UpdateDbSystemDetails.Builder accessMode(DbSystem.AccessMode accessMode) The access mode indicating if the database access will be restricted only to administrators or not: - UNRESTRICTED: the access to the database is not restricted; - RESTRICTED: the access will be 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
 
 - 
restpublic UpdateDbSystemDetails.Builder rest(UpdateRestDetails rest) 
 - 
isHighlyAvailablepublic UpdateDbSystemDetails.Builder isHighlyAvailable(Boolean isHighlyAvailable) Specifies if the DB System is highly available.Set to true to enable high availability. Two secondary MySQL instances are created and placed in the unused availability or fault domains, depending on your region and subnet type. Set to false to disable high availability. The secondary MySQL instances are removed and the MySQL instance in the preferred location is used. - Parameters:
- isHighlyAvailable- the value to set
- Returns:
- this builder
 
 - 
availabilityDomainpublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder shapeName(String shapeName) The shape of the DB System.The shape determines resources allocated to the 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.Changes in Shape will result in a downtime as the MySQL DB System is migrated to the new Compute instance. - Parameters:
- shapeName- the value to set
- Returns:
- this builder
 
 - 
mysqlVersionpublic UpdateDbSystemDetails.Builder mysqlVersion(String mysqlVersion) The specific MySQL version identifier.- Parameters:
- mysqlVersion- the value to set
- Returns:
- this builder
 
 - 
configurationIdpublic UpdateDbSystemDetails.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
 
 - 
adminUsernamepublic UpdateDbSystemDetails.Builder adminUsername(String adminUsername) The username for the administrative user for the MySQL Instance.- Parameters:
- adminUsername- the value to set
- Returns:
- this builder
 
 - 
adminPasswordpublic UpdateDbSystemDetails.Builder adminPassword(String adminPassword) The password for the administrative user.The password must be between 8 and 32 characters long, and must contain at least 1 numeric character, 1 lowercase character, 1 uppercase character, and 1 special (nonalphanumeric) character. - Parameters:
- adminPassword- the value to set
- Returns:
- this builder
 
 - 
dataStorageSizeInGBspublic UpdateDbSystemDetails.Builder dataStorageSizeInGBs(Integer dataStorageSizeInGBs) Expands the DB System’s storage to the specified value.Only supports values larger than the current DB System’s storage size. DB Systems with an initial storage size of 400 GB or less can be expanded up to 32 TB. DB Systems with an initial storage size between 401-800 GB can be expanded up to 64 TB. DB Systems with an initial storage size between 801-1200 GB can be expanded up to 96 TB. DB Systems with an initial storage size of 1201 GB or more can be expanded up to 128 TB. It is not possible to decrease data storage size. - Parameters:
- dataStorageSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
dataStoragepublic UpdateDbSystemDetails.Builder dataStorage(DataStorageDetails dataStorage) 
 - 
hostnameLabelpublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder ipAddress(String ipAddress) The IP address the DB System should be configured to listen on the provided subnet.It must be a free private IP address within the subnet’s CIDR. If you don’t specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a “dotted-quad” style IPv4 address. - Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
portpublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder portX(Integer portX) The TCP network port on which X Plugin listens for connections.This is the X Plugin equivalent of port. - Parameters:
- portX- the value to set
- Returns:
- this builder
 
 - 
backupPolicypublic UpdateDbSystemDetails.Builder backupPolicy(UpdateBackupPolicyDetails backupPolicy) 
 - 
maintenancepublic UpdateDbSystemDetails.Builder maintenance(UpdateMaintenanceDetails maintenance) 
 - 
freeformTagspublic UpdateDbSystemDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair 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 UpdateDbSystemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
deletionPolicypublic UpdateDbSystemDetails.Builder deletionPolicy(UpdateDeletionPolicyDetails deletionPolicy) 
 - 
crashRecoverypublic UpdateDbSystemDetails.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
 
 - 
databaseManagementpublic UpdateDbSystemDetails.Builder databaseManagement(DatabaseManagementStatus databaseManagement) Whether to enable monitoring via the Database Management service.- Parameters:
- databaseManagement- the value to set
- Returns:
- this builder
 
 - 
secureConnectionspublic UpdateDbSystemDetails.Builder secureConnections(SecureConnectionDetails secureConnections) 
 - 
encryptDatapublic UpdateDbSystemDetails.Builder encryptData(EncryptDataDetails encryptData) 
 - 
customerContactspublic UpdateDbSystemDetails.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 UpdateDbSystemDetails.Builder readEndpoint(UpdateReadEndpointDetails readEndpoint) 
 - 
buildpublic UpdateDbSystemDetails build() 
 - 
copypublic UpdateDbSystemDetails.Builder copy(UpdateDbSystemDetails model) 
 
- 
 
-