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