Package com.oracle.bmc.dif.model
Class GgcsSourceDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GgcsSourceDetail.Builder
-
- Enclosing class:
- GgcsSourceDetail
public static class GgcsSourceDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgcsSourceDetail.Builderaction(WorkflowAction action)Action to be done over the user.GgcsSourceDetailbuild()GgcsSourceDetail.Buildercopy(GgcsSourceDetail model)GgcsSourceDetail.BuildershouldStartSourceOperations(Boolean shouldStartSourceOperations)Boolean value that determines source operations should start or not.GgcsSourceDetail.BuildersourceId(String sourceId)Ggcs source artifact id.GgcsSourceDetail.BuildertargetConnectionName(String targetConnectionName)Name of assigned connection for the source.GgcsSourceDetail.BuildertargetUri(String targetUri)Target uri for the GoldenGate deployment where distribution path needs to be configured.
-
-
-
Method Detail
-
sourceId
public GgcsSourceDetail.Builder sourceId(String sourceId)
Ggcs source artifact id.- Parameters:
sourceId- the value to set- Returns:
- this builder
-
action
public GgcsSourceDetail.Builder action(WorkflowAction action)
Action to be done over the user.Allowed values are “CREATE” or “UPDATE”.
- Parameters:
action- the value to set- Returns:
- this builder
-
shouldStartSourceOperations
public GgcsSourceDetail.Builder shouldStartSourceOperations(Boolean shouldStartSourceOperations)
Boolean value that determines source operations should start or not.- Parameters:
shouldStartSourceOperations- the value to set- Returns:
- this builder
-
targetUri
public GgcsSourceDetail.Builder targetUri(String targetUri)
Target uri for the GoldenGate deployment where distribution path needs to be configured.- Parameters:
targetUri- the value to set- Returns:
- this builder
-
targetConnectionName
public GgcsSourceDetail.Builder targetConnectionName(String targetConnectionName)
Name of assigned connection for the source.- Parameters:
targetConnectionName- the value to set- Returns:
- this builder
-
build
public GgcsSourceDetail build()
-
copy
public GgcsSourceDetail.Builder copy(GgcsSourceDetail model)
-
-