public static class MySqlGgsDeploymentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySqlGgsDeploymentDetails.Builder |
acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the
specified value in seconds.
|
MySqlGgsDeploymentDetails |
build() |
MySqlGgsDeploymentDetails.Builder |
copy(MySqlGgsDeploymentDetails model) |
MySqlGgsDeploymentDetails.Builder |
ggsDeployment(GgsDeployment ggsDeployment) |
MySqlGgsDeploymentDetails.Builder |
replicat(Replicat replicat) |
public MySqlGgsDeploymentDetails.Builder ggsDeployment(GgsDeployment ggsDeployment)
public MySqlGgsDeploymentDetails.Builder replicat(Replicat replicat)
public MySqlGgsDeploymentDetails.Builder acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
acceptableLag
- the value to setpublic MySqlGgsDeploymentDetails build()
public MySqlGgsDeploymentDetails.Builder copy(MySqlGgsDeploymentDetails model)
Copyright © 2016–2024. All rights reserved.