public static class PipelineSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
build() |
PipelineSummary.Builder |
copy(PipelineSummary model) |
PipelineSummary.Builder |
description(String description)
Detailed description for the object.
|
PipelineSummary.Builder |
flowConfigValues(ConfigValues flowConfigValues) |
PipelineSummary.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
PipelineSummary.Builder |
key(String key)
Generated key that can be used in API calls to identify pipeline.
|
PipelineSummary.Builder |
metadata(ObjectMetadata metadata) |
PipelineSummary.Builder |
modelType(String modelType)
The type of the object.
|
PipelineSummary.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.
|
PipelineSummary.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
PipelineSummary.Builder |
nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline.
|
PipelineSummary.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
PipelineSummary.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.
|
PipelineSummary.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.
|
PipelineSummary.Builder |
parentRef(ParentReference parentRef) |
PipelineSummary.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 PipelineSummary.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 PipelineSummary.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 PipelineSummary.Builder parentRef(ParentReference parentRef)
public PipelineSummary.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 PipelineSummary.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic PipelineSummary.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic PipelineSummary.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 PipelineSummary.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 PipelineSummary.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 PipelineSummary.Builder nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline.
nodes
- the value to setpublic PipelineSummary.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 PipelineSummary.Builder flowConfigValues(ConfigValues flowConfigValues)
public PipelineSummary.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 PipelineSummary.Builder metadata(ObjectMetadata metadata)
public PipelineSummary build()
public PipelineSummary.Builder copy(PipelineSummary model)
Copyright © 2016–2024. All rights reserved.