Class Pipeline.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.Pipeline.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pipeline
build()
Pipeline.Builder
copy(Pipeline model)
Pipeline.Builder
description(String description)
Detailed description for the object.Pipeline.Builder
flowConfigValues(ConfigValues flowConfigValues)
Pipeline.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.Pipeline.Builder
key(String key)
Generated key that can be used in API calls to identify pipeline.Pipeline.Builder
metadata(ObjectMetadata metadata)
Pipeline.Builder
modelType(String modelType)
The type of the object.Pipeline.Builder
modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.Pipeline.Builder
name(String name)
Free form text without any restriction on permitted characters.Pipeline.Builder
nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline.Pipeline.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Pipeline.Builder
objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.Pipeline.Builder
parameters(List<Parameter> parameters)
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.Pipeline.Builder
parentRef(ParentReference parentRef)
Pipeline.Builder
variables(List<Variable> variables)
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.
-
-
-
Method Detail
-
key
public Pipeline.Builder key(String key)
Generated key that can be used in API calls to identify pipeline.On scenarios where reference to the pipeline is needed, a value can be passed in create.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelVersion
public Pipeline.Builder modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public Pipeline.Builder parentRef(ParentReference parentRef)
-
name
public Pipeline.Builder name(String name)
Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public Pipeline.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
modelType
public Pipeline.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
objectVersion
public Pipeline.Builder objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
objectStatus
public Pipeline.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
identifier
public Pipeline.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
nodes
public Pipeline.Builder nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline.- Parameters:
nodes
- the value to set- Returns:
- this builder
-
parameters
public Pipeline.Builder parameters(List<Parameter> parameters)
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
flowConfigValues
public Pipeline.Builder flowConfigValues(ConfigValues flowConfigValues)
-
variables
public Pipeline.Builder variables(List<Variable> variables)
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.- Parameters:
variables
- the value to set- Returns:
- this builder
-
metadata
public Pipeline.Builder metadata(ObjectMetadata metadata)
-
build
public Pipeline build()
-
copy
public Pipeline.Builder copy(Pipeline model)
-
-