Class DataflowApplication.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DataflowApplication.Builder
 
- 
- Enclosing class:
- DataflowApplication
 
 public static class DataflowApplication.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataflowApplication.BuilderapplicationId(String applicationId)The application id for which Oracle Cloud Infrastructure data flow task is to be created.DataflowApplicationbuild()DataflowApplication.BuildercompartmentId(String compartmentId)The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies.DataflowApplication.BuilderconfigValues(ConfigValues configValues)DataflowApplication.Buildercopy(DataflowApplication model)
 
- 
- 
- 
Method Detail- 
applicationIdpublic 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
 
 - 
compartmentIdpublic 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
 
 - 
configValuespublic DataflowApplication.Builder configValues(ConfigValues configValues) 
 - 
buildpublic DataflowApplication build() 
 - 
copypublic DataflowApplication.Builder copy(DataflowApplication model) 
 
- 
 
-