public static class GoldenGateHubDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GoldenGateHubDetails.Builder |
acceptableLag(Integer acceptableLag)
ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the
specified value in seconds.
|
GoldenGateHubDetails |
build() |
GoldenGateHubDetails.Builder |
computeId(String computeId)
The OCID of the resource being referenced.
|
GoldenGateHubDetails.Builder |
copy(GoldenGateHubDetails model) |
GoldenGateHubDetails.Builder |
extract(Extract extract) |
GoldenGateHubDetails.Builder |
keyId(String keyId)
The OCID of the resource being referenced.
|
GoldenGateHubDetails.Builder |
replicat(Replicat replicat) |
GoldenGateHubDetails.Builder |
restAdminCredentials(AdminCredentials restAdminCredentials) |
GoldenGateHubDetails.Builder |
url(String url)
Endpoint URL.
|
GoldenGateHubDetails.Builder |
vaultId(String vaultId)
The OCID of the resource being referenced.
|
public GoldenGateHubDetails.Builder restAdminCredentials(AdminCredentials restAdminCredentials)
public GoldenGateHubDetails.Builder url(String url)
Endpoint URL.
url
- the value to setpublic GoldenGateHubDetails.Builder computeId(String computeId)
The OCID of the resource being referenced.
computeId
- the value to setpublic GoldenGateHubDetails.Builder vaultId(String vaultId)
The OCID of the resource being referenced.
vaultId
- the value to setpublic GoldenGateHubDetails.Builder keyId(String keyId)
The OCID of the resource being referenced.
keyId
- the value to setpublic GoldenGateHubDetails.Builder extract(Extract extract)
public GoldenGateHubDetails.Builder replicat(Replicat replicat)
public GoldenGateHubDetails.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 GoldenGateHubDetails build()
public GoldenGateHubDetails.Builder copy(GoldenGateHubDetails model)
Copyright © 2016–2024. All rights reserved.