public static class DataflowApplication.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public DataflowApplication.Builder applicationId(String applicationId)
The application id for which Oracle Cloud Infrastructure data flow task is to be created.
applicationId
- the value to setpublic DataflowApplication.Builder compartmentId(String compartmentId)
The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies.
compartmentId
- the value to setpublic DataflowApplication.Builder configValues(ConfigValues configValues)
public DataflowApplication build()
public DataflowApplication.Builder copy(DataflowApplication model)
Copyright © 2016–2024. All rights reserved.