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