Package com.oracle.bmc.dif.model
Class DataflowArtifactsDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.DataflowArtifactsDetail.Builder
-
- Enclosing class:
- DataflowArtifactsDetail
public static class DataflowArtifactsDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataflowArtifactsDetail.BuilderarchiveUri(String archiveUri)Contains the archive from object storage bucket which can be added as dependency to data flow application.DataflowArtifactsDetailbuild()DataflowArtifactsDetail.Buildercopy(DataflowArtifactsDetail model)DataflowArtifactsDetail.Builderexecute(String execute)Contains the main file (py/jar) along with parameters & configuration to be passed to the DataFlow run.DataflowArtifactsDetail.BuilderinstanceId(String instanceId)Instance id of the existing Dataflow Instance for artifact deployment.
-
-
-
Method Detail
-
instanceId
public DataflowArtifactsDetail.Builder instanceId(String instanceId)
Instance id of the existing Dataflow Instance for artifact deployment.- Parameters:
instanceId- the value to set- Returns:
- this builder
-
execute
public DataflowArtifactsDetail.Builder execute(String execute)
Contains the main file (py/jar) along with parameters & configuration to be passed to the DataFlow run.- Parameters:
execute- the value to set- Returns:
- this builder
-
archiveUri
public DataflowArtifactsDetail.Builder archiveUri(String archiveUri)
Contains the archive from object storage bucket which can be added as dependency to data flow application.- Parameters:
archiveUri- the value to set- Returns:
- this builder
-
build
public DataflowArtifactsDetail build()
-
copy
public DataflowArtifactsDetail.Builder copy(DataflowArtifactsDetail model)
-
-