public static class ReplicaOverrides.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReplicaOverrides |
build() |
ReplicaOverrides.Builder |
configurationId(String configurationId)
The OCID of the Configuration to be used by the read replica.
|
ReplicaOverrides.Builder |
copy(ReplicaOverrides model) |
ReplicaOverrides.Builder |
mysqlVersion(String mysqlVersion)
The MySQL version to be used by the read replica.
|
ReplicaOverrides.Builder |
shapeName(String shapeName)
The shape to be used by the read replica.
|
public ReplicaOverrides.Builder mysqlVersion(String mysqlVersion)
The MySQL version to be used by the read replica.
mysqlVersion
- the value to setpublic ReplicaOverrides.Builder shapeName(String shapeName)
The shape to be used by the read replica. The shape determines the resources allocated:
CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal)
shapes. To get a list of shapes, use the listShapes
operation.
shapeName
- the value to setpublic ReplicaOverrides.Builder configurationId(String configurationId)
The OCID of the Configuration to be used by the read replica.
configurationId
- the value to setpublic ReplicaOverrides build()
public ReplicaOverrides.Builder copy(ReplicaOverrides model)
Copyright © 2016–2024. All rights reserved.