public static class GoldenGateHub.Builder extends Object
Constructor and Description |
---|
Builder() |
public GoldenGateHub.Builder restAdminCredentials(AdminCredentials restAdminCredentials)
public GoldenGateHub.Builder sourceDbAdminCredentials(AdminCredentials sourceDbAdminCredentials)
public GoldenGateHub.Builder sourceContainerDbAdminCredentials(AdminCredentials sourceContainerDbAdminCredentials)
public GoldenGateHub.Builder targetDbAdminCredentials(AdminCredentials targetDbAdminCredentials)
public GoldenGateHub.Builder url(String url)
Oracle GoldenGate hub’s REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
url
- the value to setpublic GoldenGateHub.Builder sourceMicroservicesDeploymentName(String sourceMicroservicesDeploymentName)
Name of GoldenGate deployment to operate on source database
sourceMicroservicesDeploymentName
- the value to setpublic GoldenGateHub.Builder targetMicroservicesDeploymentName(String targetMicroservicesDeploymentName)
Name of GoldenGate deployment to operate on target database
targetMicroservicesDeploymentName
- the value to setpublic GoldenGateHub.Builder computeId(String computeId)
OCID of GoldenGate compute instance.
computeId
- the value to setpublic GoldenGateHub build()
public GoldenGateHub.Builder copy(GoldenGateHub model)
Copyright © 2016–2023. All rights reserved.