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