Class Pipeline.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Pipeline.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Pipelinebuild()Pipeline.Buildercopy(Pipeline model)Pipeline.Builderdescription(String description)Detailed description for the object.Pipeline.BuilderflowConfigValues(ConfigValues flowConfigValues)Pipeline.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.Pipeline.Builderkey(String key)Generated key that can be used in API calls to identify pipeline.Pipeline.Buildermetadata(ObjectMetadata metadata)Pipeline.BuildermodelType(String modelType)The type of the object.Pipeline.BuildermodelVersion(String modelVersion)This is a version number that is used by the service to upgrade objects if needed through releases of the service.Pipeline.Buildername(String name)Free form text without any restriction on permitted characters.Pipeline.Buildernodes(List<FlowNode> nodes)A list of nodes attached to the pipeline.Pipeline.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Pipeline.BuilderobjectVersion(Integer objectVersion)This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.Pipeline.Builderparameters(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.BuilderparentRef(ParentReference parentRef)Pipeline.Buildervariables(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.
 
- 
- 
- 
Method Detail- 
keypublic 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. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic 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.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic Pipeline.Builder parentRef(ParentReference parentRef) 
 - 
namepublic 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. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Pipeline.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic Pipeline.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic 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.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic 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.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
identifierpublic 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. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
nodespublic Pipeline.Builder nodes(List<FlowNode> nodes) A list of nodes attached to the pipeline.- Parameters:
- nodes- the value to set
- Returns:
- this builder
 
 - 
parameterspublic 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:
- parameters- the value to set
- Returns:
- this builder
 
 - 
flowConfigValuespublic Pipeline.Builder flowConfigValues(ConfigValues flowConfigValues) 
 - 
variablespublic 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.- Parameters:
- variables- the value to set
- Returns:
- this builder
 
 - 
metadatapublic Pipeline.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic Pipeline build() 
 - 
copypublic Pipeline.Builder copy(Pipeline model) 
 
- 
 
-