Class DbSystemSnapshot.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.DbSystemSnapshot.Builder
-
- Enclosing class:
- DbSystemSnapshot
public static class DbSystemSnapshot.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemSnapshot.Builder
adminUsername(String adminUsername)
The username for the administrative user.DbSystemSnapshot.Builder
availabilityDomain(String availabilityDomain)
The Availability Domain where the primary DB System should be located.DbSystemSnapshot.Builder
backupPolicy(BackupPolicy backupPolicy)
DbSystemSnapshot
build()
DbSystemSnapshot.Builder
compartmentId(String compartmentId)
The OCID of the compartment the DB System belongs in.DbSystemSnapshot.Builder
configurationId(String configurationId)
The OCID of the Configuration to be used for Instances in this DB System.DbSystemSnapshot.Builder
copy(DbSystemSnapshot model)
DbSystemSnapshot.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.DbSystemSnapshot.Builder
databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.DbSystemSnapshot.Builder
dataStorage(DataStorage dataStorage)
DbSystemSnapshot.Builder
dataStorageSizeInGBs(Integer dataStorageSizeInGBs)
DEPRECATED: User specified size of the data volume.DbSystemSnapshot.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.DbSystemSnapshot.Builder
deletionPolicy(DeletionPolicyDetails deletionPolicy)
DbSystemSnapshot.Builder
description(String description)
User-provided data about the DB System.DbSystemSnapshot.Builder
displayName(String displayName)
The user-friendly name for the DB System.DbSystemSnapshot.Builder
endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.DbSystemSnapshot.Builder
faultDomain(String faultDomain)
The name of the Fault Domain the DB System is located in.DbSystemSnapshot.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.DbSystemSnapshot.Builder
hostnameLabel(String hostnameLabel)
The hostname for the primary endpoint of the DB System.DbSystemSnapshot.Builder
id(String id)
The OCID of the DB System.DbSystemSnapshot.Builder
ipAddress(String ipAddress)
The IP address the DB System is configured to listen on.DbSystemSnapshot.Builder
isHighlyAvailable(Boolean isHighlyAvailable)
Specifies if the DB System is highly available.DbSystemSnapshot.Builder
maintenance(MaintenanceDetails maintenance)
DbSystemSnapshot.Builder
mysqlVersion(String mysqlVersion)
Name of the MySQL Version in use for the DB System.DbSystemSnapshot.Builder
port(Integer port)
The port for primary endpoint of the DB System to listen on.DbSystemSnapshot.Builder
portX(Integer portX)
The network port on which X Plugin listens for TCP/IP connections.DbSystemSnapshot.Builder
readEndpoint(ReadEndpointDetails readEndpoint)
DbSystemSnapshot.Builder
region(String region)
The region identifier of the region where the DB system exists.DbSystemSnapshot.Builder
secureConnections(SecureConnectionDetails secureConnections)
DbSystemSnapshot.Builder
shapeName(String shapeName)
The shape of the primary instances of the DB System.DbSystemSnapshot.Builder
subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.
-
-
-
Method Detail
-
id
public DbSystemSnapshot.Builder id(String id)
The OCID of the DB System.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public DbSystemSnapshot.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
-
description
public DbSystemSnapshot.Builder description(String description)
User-provided data about the DB System.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public DbSystemSnapshot.Builder compartmentId(String compartmentId)
The OCID of the compartment the DB System belongs in.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
subnetId
public DbSystemSnapshot.Builder subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
availabilityDomain
public DbSystemSnapshot.Builder availabilityDomain(String availabilityDomain)
The Availability Domain where the primary DB System should be located.- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
faultDomain
public DbSystemSnapshot.Builder faultDomain(String faultDomain)
The name of the Fault Domain the DB System is located in.- Parameters:
faultDomain
- the value to set- Returns:
- this builder
-
shapeName
public DbSystemSnapshot.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
listShapes
operation.- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
mysqlVersion
public DbSystemSnapshot.Builder mysqlVersion(String mysqlVersion)
Name of the MySQL Version in use for the DB System.- Parameters:
mysqlVersion
- the value to set- Returns:
- this builder
-
adminUsername
public DbSystemSnapshot.Builder adminUsername(String adminUsername)
The username for the administrative user.- Parameters:
adminUsername
- the value to set- Returns:
- this builder
-
backupPolicy
public DbSystemSnapshot.Builder backupPolicy(BackupPolicy backupPolicy)
-
configurationId
public DbSystemSnapshot.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
-
dataStorageSizeInGBs
public DbSystemSnapshot.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
-
dataStorage
public DbSystemSnapshot.Builder dataStorage(DataStorage dataStorage)
-
hostnameLabel
public DbSystemSnapshot.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
-
ipAddress
public DbSystemSnapshot.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
-
port
public DbSystemSnapshot.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
-
portX
public DbSystemSnapshot.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
-
isHighlyAvailable
public DbSystemSnapshot.Builder isHighlyAvailable(Boolean isHighlyAvailable)
Specifies if the DB System is highly available.- Parameters:
isHighlyAvailable
- the value to set- Returns:
- this builder
-
endpoints
public DbSystemSnapshot.Builder endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.- Parameters:
endpoints
- the value to set- Returns:
- this builder
-
maintenance
public DbSystemSnapshot.Builder maintenance(MaintenanceDetails maintenance)
-
deletionPolicy
public DbSystemSnapshot.Builder deletionPolicy(DeletionPolicyDetails deletionPolicy)
-
freeformTags
public DbSystemSnapshot.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
-
definedTags
public DbSystemSnapshot.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
-
crashRecovery
public DbSystemSnapshot.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
-
databaseManagement
public DbSystemSnapshot.Builder databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.- Parameters:
databaseManagement
- the value to set- Returns:
- this builder
-
secureConnections
public DbSystemSnapshot.Builder secureConnections(SecureConnectionDetails secureConnections)
-
region
public DbSystemSnapshot.Builder region(String region)
The region identifier of the region where the DB system exists.For more information, please see Regions and Availability Domains.
- Parameters:
region
- the value to set- Returns:
- this builder
-
readEndpoint
public DbSystemSnapshot.Builder readEndpoint(ReadEndpointDetails readEndpoint)
-
build
public DbSystemSnapshot build()
-
copy
public DbSystemSnapshot.Builder copy(DbSystemSnapshot model)
-
-