Class UpdateMySqlGgsDeploymentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.UpdateMySqlGgsDeploymentDetails.Builder
-
- Enclosing class:
- UpdateMySqlGgsDeploymentDetails
public static class UpdateMySqlGgsDeploymentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMySqlGgsDeploymentDetails.Builder
acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.UpdateMySqlGgsDeploymentDetails
build()
UpdateMySqlGgsDeploymentDetails.Builder
copy(UpdateMySqlGgsDeploymentDetails model)
UpdateMySqlGgsDeploymentDetails.Builder
replicat(UpdateReplicat replicat)
-
-
-
Method Detail
-
replicat
public UpdateMySqlGgsDeploymentDetails.Builder replicat(UpdateReplicat replicat)
-
acceptableLag
public UpdateMySqlGgsDeploymentDetails.Builder acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.- Parameters:
acceptableLag
- the value to set- Returns:
- this builder
-
build
public UpdateMySqlGgsDeploymentDetails build()
-
copy
public UpdateMySqlGgsDeploymentDetails.Builder copy(UpdateMySqlGgsDeploymentDetails model)
-
-