public static class UpdateDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDbSystemDetails.Builder |
adminPassword(String adminPassword)
The password for the administrative user.
|
UpdateDbSystemDetails.Builder |
adminUsername(String adminUsername)
The username for the administrative user for the MySQL Instance.
|
UpdateDbSystemDetails.Builder |
availabilityDomain(String availabilityDomain)
The availability domain on which to deploy the Read/Write endpoint.
|
UpdateDbSystemDetails.Builder |
backupPolicy(UpdateBackupPolicyDetails backupPolicy) |
UpdateDbSystemDetails |
build() |
UpdateDbSystemDetails.Builder |
configurationId(String configurationId)
The OCID of the Configuration to be used for Instances in this DB System.
|
UpdateDbSystemDetails.Builder |
copy(UpdateDbSystemDetails model) |
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.
|
UpdateDbSystemDetails.Builder |
customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the
specified OCI DB System resource.
|
UpdateDbSystemDetails.Builder |
databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.
|
UpdateDbSystemDetails.Builder |
dataStorage(DataStorageDetails dataStorage) |
UpdateDbSystemDetails.Builder |
dataStorageSizeInGBs(Integer dataStorageSizeInGBs)
Expands the DB System’s storage to the specified value.
|
UpdateDbSystemDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateDbSystemDetails.Builder |
deletionPolicy(UpdateDeletionPolicyDetails deletionPolicy) |
UpdateDbSystemDetails.Builder |
description(String description)
User-provided data about the DB System.
|
UpdateDbSystemDetails.Builder |
displayName(String displayName)
The user-friendly name for the DB System.
|
UpdateDbSystemDetails.Builder |
faultDomain(String faultDomain)
The fault domain on which to deploy the Read/Write endpoint.
|
UpdateDbSystemDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair applied without any predefined name, type or scope.
|
UpdateDbSystemDetails.Builder |
hostnameLabel(String hostnameLabel)
The hostname for the primary endpoint of the DB System.
|
UpdateDbSystemDetails.Builder |
ipAddress(String ipAddress)
The IP address the DB System should be configured to listen on the provided subnet.
|
UpdateDbSystemDetails.Builder |
isHighlyAvailable(Boolean isHighlyAvailable)
Specifies if the DB System is highly available.
|
UpdateDbSystemDetails.Builder |
maintenance(UpdateMaintenanceDetails maintenance) |
UpdateDbSystemDetails.Builder |
mysqlVersion(String mysqlVersion)
The specific MySQL version identifier.
|
UpdateDbSystemDetails.Builder |
port(Integer port)
The port for primary endpoint of the DB System to listen on.
|
UpdateDbSystemDetails.Builder |
portX(Integer portX)
The TCP network port on which X Plugin listens for connections.
|
UpdateDbSystemDetails.Builder |
secureConnections(SecureConnectionDetails secureConnections) |
UpdateDbSystemDetails.Builder |
shapeName(String shapeName)
The shape of the DB System.
|
UpdateDbSystemDetails.Builder |
subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.
|
public UpdateDbSystemDetails.Builder displayName(String displayName)
The user-friendly name for the DB System. It does not have to be unique.
displayName
- the value to setpublic UpdateDbSystemDetails.Builder description(String description)
User-provided data about the DB System.
description
- the value to setpublic UpdateDbSystemDetails.Builder subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.
subnetId
- the value to setpublic 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.
isHighlyAvailable
- the value to setpublic 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.
availabilityDomain
- the value to setpublic 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.
faultDomain
- the value to setpublic 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 listShapes
operation.
Changes in Shape will result in a downtime as the MySQL DB System is migrated to the new Compute instance.
shapeName
- the value to setpublic UpdateDbSystemDetails.Builder mysqlVersion(String mysqlVersion)
The specific MySQL version identifier.
mysqlVersion
- the value to setpublic UpdateDbSystemDetails.Builder configurationId(String configurationId)
The OCID of the Configuration to be used for Instances in this DB System.
configurationId
- the value to setpublic UpdateDbSystemDetails.Builder adminUsername(String adminUsername)
The username for the administrative user for the MySQL Instance.
adminUsername
- the value to setpublic 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.
adminPassword
- the value to setpublic 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.
dataStorageSizeInGBs
- the value to setpublic UpdateDbSystemDetails.Builder dataStorage(DataStorageDetails dataStorage)
public 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.
hostnameLabel
- the value to setpublic 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.
ipAddress
- the value to setpublic UpdateDbSystemDetails.Builder port(Integer port)
The port for primary endpoint of the DB System to listen on.
port
- the value to setpublic UpdateDbSystemDetails.Builder portX(Integer portX)
The TCP network port on which X Plugin listens for connections. This is the X Plugin equivalent of port.
portX
- the value to setpublic UpdateDbSystemDetails.Builder backupPolicy(UpdateBackupPolicyDetails backupPolicy)
public UpdateDbSystemDetails.Builder maintenance(UpdateMaintenanceDetails maintenance)
public 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateDbSystemDetails.Builder deletionPolicy(UpdateDeletionPolicyDetails deletionPolicy)
public 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.
crashRecovery
- the value to setpublic UpdateDbSystemDetails.Builder databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.
databaseManagement
- the value to setpublic UpdateDbSystemDetails.Builder secureConnections(SecureConnectionDetails secureConnections)
public 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.
customerContacts
- the value to setpublic UpdateDbSystemDetails build()
public UpdateDbSystemDetails.Builder copy(UpdateDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.