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