Package com.oracle.bmc.dif.model
Class GgcsTargetDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GgcsTargetDetail.Builder
-
- Enclosing class:
- GgcsTargetDetail
public static class GgcsTargetDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgcsTargetDetail.Builderaction(WorkflowAction action)Action to be done over the user.GgcsTargetDetailbuild()GgcsTargetDetail.Buildercopy(GgcsTargetDetail model)GgcsTargetDetail.BuildershouldStartTargetOperations(Boolean shouldStartTargetOperations)Boolean value that determines target operations should start or not.GgcsTargetDetail.BuildersourceConnectionName(String sourceConnectionName)Name of assigned connection for the target.GgcsTargetDetail.BuildersourceUri(String sourceUri)Source uri for the GoldenGate deployment from where the collector path needs to be configured.GgcsTargetDetail.BuildertargetId(String targetId)GGCS target artifact id.
-
-
-
Method Detail
-
targetId
public GgcsTargetDetail.Builder targetId(String targetId)
GGCS target artifact id.- Parameters:
targetId- the value to set- Returns:
- this builder
-
action
public GgcsTargetDetail.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
-
shouldStartTargetOperations
public GgcsTargetDetail.Builder shouldStartTargetOperations(Boolean shouldStartTargetOperations)
Boolean value that determines target operations should start or not.- Parameters:
shouldStartTargetOperations- the value to set- Returns:
- this builder
-
sourceUri
public GgcsTargetDetail.Builder sourceUri(String sourceUri)
Source uri for the GoldenGate deployment from where the collector path needs to be configured.- Parameters:
sourceUri- the value to set- Returns:
- this builder
-
sourceConnectionName
public GgcsTargetDetail.Builder sourceConnectionName(String sourceConnectionName)
Name of assigned connection for the target.- Parameters:
sourceConnectionName- the value to set- Returns:
- this builder
-
build
public GgcsTargetDetail build()
-
copy
public GgcsTargetDetail.Builder copy(GgcsTargetDetail model)
-
-