Class DrProtectionGroupMemberMySqlDbSystem.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMemberMySqlDbSystem.Builder
 
- 
- Enclosing class:
- DrProtectionGroupMemberMySqlDbSystem
 
 public static class DrProtectionGroupMemberMySqlDbSystem.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
memberIdpublic DrProtectionGroupMemberMySqlDbSystem.Builder memberId(String memberId) 
 - 
peerDbSystemIdpublic DrProtectionGroupMemberMySqlDbSystem.Builder peerDbSystemId(String peerDbSystemId) The OCID of the peer HeatWave MySQL DB System from the peer region.Example: ocid1.mysqldbsystem.oc1..uniqueID - Parameters:
- peerDbSystemId- the value to set
- Returns:
- this builder
 
 - 
gtidReconciliationTimeoutpublic DrProtectionGroupMemberMySqlDbSystem.Builder gtidReconciliationTimeout(Integer gtidReconciliationTimeout) The maximum time (in seconds) to wait for the Global Transaction Identifier (GTID) synchronization process to complete before timing out.Example: 600 - Parameters:
- gtidReconciliationTimeout- the value to set
- Returns:
- this builder
 
 - 
isContinueOnGtidReconciliationTimeoutpublic DrProtectionGroupMemberMySqlDbSystem.Builder isContinueOnGtidReconciliationTimeout(Boolean isContinueOnGtidReconciliationTimeout) A flag indicating whether to continue with DR operation if the Global Transaction Identifier (GTID) reconciliation operation times out.Example: false - Parameters:
- isContinueOnGtidReconciliationTimeout- the value to set
- Returns:
- this builder
 
 - 
dbSystemAdminUserDetailspublic DrProtectionGroupMemberMySqlDbSystem.Builder dbSystemAdminUserDetails(MySqlDbSystemAdminUserDetails dbSystemAdminUserDetails) 
 - 
dbSystemReplicationUserDetailspublic DrProtectionGroupMemberMySqlDbSystem.Builder dbSystemReplicationUserDetails(MySqlDbSystemReplicationUserDetails dbSystemReplicationUserDetails) 
 - 
buildpublic DrProtectionGroupMemberMySqlDbSystem build() 
 - 
copypublic DrProtectionGroupMemberMySqlDbSystem.Builder copy(DrProtectionGroupMemberMySqlDbSystem model) 
 
- 
 
-