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