public static class UpdateGoldenGateHub.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateGoldenGateHub.Builder restAdminCredentials(UpdateAdminCredentials restAdminCredentials)
public UpdateGoldenGateHub.Builder sourceDbAdminCredentials(UpdateAdminCredentials sourceDbAdminCredentials)
public UpdateGoldenGateHub.Builder sourceContainerDbAdminCredentials(UpdateAdminCredentials sourceContainerDbAdminCredentials)
public UpdateGoldenGateHub.Builder targetDbAdminCredentials(UpdateAdminCredentials targetDbAdminCredentials)
public UpdateGoldenGateHub.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 UpdateGoldenGateHub.Builder sourceMicroservicesDeploymentName(String sourceMicroservicesDeploymentName)
Name of GoldenGate deployment to operate on source database
sourceMicroservicesDeploymentName
- the value to setpublic UpdateGoldenGateHub.Builder targetMicroservicesDeploymentName(String targetMicroservicesDeploymentName)
Name of GoldenGate deployment to operate on target database
targetMicroservicesDeploymentName
- the value to setpublic UpdateGoldenGateHub.Builder computeId(String computeId)
OCID of GoldenGate compute instance. An empty value will remove the stored computeId.
computeId
- the value to setpublic UpdateGoldenGateHub build()
public UpdateGoldenGateHub.Builder copy(UpdateGoldenGateHub model)
Copyright © 2016–2023. All rights reserved.