Class DataflowApplication.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.DataflowApplication.Builder
-
- Enclosing class:
- DataflowApplication
public static class DataflowApplication.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataflowApplication.Builder
applicationId(String applicationId)
The application id for which Oracle Cloud Infrastructure data flow task is to be created.DataflowApplication
build()
DataflowApplication.Builder
compartmentId(String compartmentId)
The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies.DataflowApplication.Builder
configValues(ConfigValues configValues)
DataflowApplication.Builder
copy(DataflowApplication model)
-
-
-
Method Detail
-
applicationId
public DataflowApplication.Builder applicationId(String applicationId)
The application id for which Oracle Cloud Infrastructure data flow task is to be created.- Parameters:
applicationId
- the value to set- Returns:
- this builder
-
compartmentId
public DataflowApplication.Builder compartmentId(String compartmentId)
The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
configValues
public DataflowApplication.Builder configValues(ConfigValues configValues)
-
build
public DataflowApplication build()
-
copy
public DataflowApplication.Builder copy(DataflowApplication model)
-
-