Class CreateMySqlGgsDeploymentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.CreateMySqlGgsDeploymentDetails.Builder
-
- Enclosing class:
- CreateMySqlGgsDeploymentDetails
public static class CreateMySqlGgsDeploymentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMySqlGgsDeploymentDetails.Builder
acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.CreateMySqlGgsDeploymentDetails
build()
CreateMySqlGgsDeploymentDetails.Builder
copy(CreateMySqlGgsDeploymentDetails model)
CreateMySqlGgsDeploymentDetails.Builder
replicat(CreateReplicat replicat)
-
-
-
Method Detail
-
replicat
public CreateMySqlGgsDeploymentDetails.Builder replicat(CreateReplicat replicat)
-
acceptableLag
public CreateMySqlGgsDeploymentDetails.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 CreateMySqlGgsDeploymentDetails build()
-
copy
public CreateMySqlGgsDeploymentDetails.Builder copy(CreateMySqlGgsDeploymentDetails model)
-
-