Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
key
- the value to setpublic 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.
modelVersion
- the value to setpublic Pipeline.Builder parentRef(ParentReference parentRef)
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.
name
- the value to setpublic Pipeline.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic Pipeline.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic 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.
objectVersion
- the value to setpublic 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.
objectStatus
- the value to setpublic 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.
identifier
- the value to setpublic Pipeline.Builder nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline.
nodes
- the value to setpublic 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
- the value to setpublic Pipeline.Builder flowConfigValues(ConfigValues flowConfigValues)
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.
variables
- the value to setpublic Pipeline.Builder metadata(ObjectMetadata metadata)
public Pipeline build()
public Pipeline.Builder copy(Pipeline model)
Copyright © 2016–2024. All rights reserved.