Package com.oracle.bmc.dif.model
Class GgcsConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GgcsConnectionDetails.Builder
-
- Enclosing class:
- GgcsConnectionDetails
public static class GgcsConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgcsConnectionDetailsbuild()GgcsConnectionDetails.BuilderconnectionId(String connectionId)OCID of pre-created Oracle GoldenGate connection.GgcsConnectionDetails.BuilderconnectionName(String connectionName)Name of the connection to be created.GgcsConnectionDetails.Buildercopy(GgcsConnectionDetails model)GgcsConnectionDetails.BuilderdifDependencies(List<DifDependencyDetails> difDependencies)List of Service Dependency Details for connection creation.GgcsConnectionDetails.BuilderggAdminSecretId(String ggAdminSecretId)Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
-
-
-
Method Detail
-
connectionName
public GgcsConnectionDetails.Builder connectionName(String connectionName)
Name of the connection to be created.- Parameters:
connectionName- the value to set- Returns:
- this builder
-
difDependencies
public GgcsConnectionDetails.Builder difDependencies(List<DifDependencyDetails> difDependencies)
List of Service Dependency Details for connection creation.- Parameters:
difDependencies- the value to set- Returns:
- this builder
-
ggAdminSecretId
public GgcsConnectionDetails.Builder ggAdminSecretId(String ggAdminSecretId)
Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.- Parameters:
ggAdminSecretId- the value to set- Returns:
- this builder
-
connectionId
public GgcsConnectionDetails.Builder connectionId(String connectionId)
OCID of pre-created Oracle GoldenGate connection.- Parameters:
connectionId- the value to set- Returns:
- this builder
-
build
public GgcsConnectionDetails build()
-
copy
public GgcsConnectionDetails.Builder copy(GgcsConnectionDetails model)
-
-