Replica.Builder | 
Replica.Builder.availabilityDomain(String availabilityDomain) | 
 The name of the Availability Domain the read replica is located in. 
 | 
static Replica.Builder | 
Replica.builder() | 
 Create a new builder. 
 | 
Replica.Builder | 
Replica.Builder.compartmentId(String compartmentId) | 
 The OCID of the compartment that contains the read replica. 
 | 
Replica.Builder | 
Replica.Builder.configurationId(String configurationId) | 
 The OCID of the Configuration currently in use by the read replica. 
 | 
Replica.Builder | 
Replica.Builder.copy(Replica model) | 
  | 
Replica.Builder | 
Replica.Builder.dbSystemId(String dbSystemId) | 
 The OCID of the DB System the read replica is associated with. 
 | 
Replica.Builder | 
Replica.Builder.definedTags(Map<String,Map<String,Object>> definedTags) | 
 Defined tags for this resource. 
 | 
Replica.Builder | 
Replica.Builder.description(String description) | 
 User provided description of the read replica. 
 | 
Replica.Builder | 
Replica.Builder.displayName(String displayName) | 
 The user-friendly name for the read replica. 
 | 
Replica.Builder | 
Replica.Builder.encryptData(EncryptDataDetails encryptData) | 
  | 
Replica.Builder | 
Replica.Builder.faultDomain(String faultDomain) | 
 The name of the Fault Domain the read replica is located in. 
 | 
Replica.Builder | 
Replica.Builder.freeformTags(Map<String,String> freeformTags) | 
 Simple key-value pair that is applied without any predefined name, type or scope. 
 | 
Replica.Builder | 
Replica.Builder.id(String id) | 
 The OCID of the read replica. 
 | 
Replica.Builder | 
Replica.Builder.ipAddress(String ipAddress) | 
 The IP address the read replica is configured to listen on. 
 | 
Replica.Builder | 
Replica.Builder.isDeleteProtected(Boolean isDeleteProtected) | 
 Specifies whether the read replica can be deleted. 
 | 
Replica.Builder | 
Replica.Builder.lifecycleDetails(String lifecycleDetails) | 
 A message describing the state of the read replica. 
 | 
Replica.Builder | 
Replica.Builder.lifecycleState(Replica.LifecycleState lifecycleState) | 
 The state of the read replica. 
 | 
Replica.Builder | 
Replica.Builder.mysqlVersion(String mysqlVersion) | 
 The MySQL version currently in use by the read replica. 
 | 
Replica.Builder | 
Replica.Builder.nsgIds(List<String> nsgIds) | 
 Network Security Group OCIDs used for the VNIC attachment. 
 | 
Replica.Builder | 
Replica.Builder.port(Integer port) | 
 The port the read replica is configured to listen on. 
 | 
Replica.Builder | 
Replica.Builder.portX(Integer portX) | 
 The TCP network port on which X Plugin listens for connections. 
 | 
Replica.Builder | 
Replica.Builder.replicaOverrides(ReplicaOverrides replicaOverrides) | 
  | 
Replica.Builder | 
Replica.Builder.secureConnections(SecureConnectionDetails secureConnections) | 
  | 
Replica.Builder | 
Replica.Builder.securityAttributes(Map<String,Map<String,Object>> securityAttributes) | 
 Security Attributes for this resource. 
 | 
Replica.Builder | 
Replica.Builder.shapeName(String shapeName) | 
 The shape currently in use by the read replica. 
 | 
Replica.Builder | 
Replica.Builder.timeCreated(Date timeCreated) | 
The date and time the read replica was created, as described by  RFC
3339.  
 | 
Replica.Builder | 
Replica.Builder.timeUpdated(Date timeUpdated) | 
The time the read replica was last updated, as described by  RFC
3339.  
 | 
Replica.Builder | 
Replica.toBuilder() | 
  |