Class UpdatePipelineDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UpdatePipelineDetails.Builder
-
- Enclosing class:
- UpdatePipelineDetails
public static class UpdatePipelineDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 pipelineUpdatePipelineDetails.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.
-
-
-
Method Detail
-
key
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.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public UpdatePipelineDetails.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public 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.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public UpdatePipelineDetails.Builder parentRef(ParentReference parentRef)
-
name
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.
- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public UpdatePipelineDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public 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.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
objectStatus
public 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.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
identifier
public 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.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
nodes
public UpdatePipelineDetails.Builder nodes(List<FlowNode> nodes)
A list of nodes attached to the pipeline- Parameters:
nodes
- the value to set- Returns:
- this builder
-
parameters
public UpdatePipelineDetails.Builder parameters(List<Parameter> parameters)
A list of additional parameters required in pipeline.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
flowConfigValues
public UpdatePipelineDetails.Builder flowConfigValues(ConfigValues flowConfigValues)
-
variables
public UpdatePipelineDetails.Builder variables(List<Variable> variables)
The list of variables required in pipeline.- Parameters:
variables
- the value to set- Returns:
- this builder
-
registryMetadata
public UpdatePipelineDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
-
build
public UpdatePipelineDetails build()
-
copy
public UpdatePipelineDetails.Builder copy(UpdatePipelineDetails model)
-
-