Class FlowNode.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.FlowNode.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowNode
build()
FlowNode.Builder
configProviderDelegate(ConfigProvider configProviderDelegate)
FlowNode.Builder
copy(FlowNode model)
FlowNode.Builder
description(String description)
Detailed description for the object.FlowNode.Builder
inputLinks(List<InputLink> inputLinks)
An array of input links.FlowNode.Builder
key(String key)
The key of the object.FlowNode.Builder
modelType(String modelType)
The type of the object.FlowNode.Builder
modelVersion(String modelVersion)
The model version of an object.FlowNode.Builder
name(String name)
Free form text without any restriction on permitted characters.FlowNode.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.FlowNode.Builder
operator(Operator operator)
FlowNode.Builder
outputLinks(List<OutputLink> outputLinks)
An array of output links.FlowNode.Builder
parentRef(ParentReference parentRef)
FlowNode.Builder
uiProperties(UIProperties uiProperties)
-
-
-
Method Detail
-
key
public FlowNode.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public FlowNode.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public FlowNode.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public FlowNode.Builder parentRef(ParentReference parentRef)
-
name
public FlowNode.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 FlowNode.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
inputLinks
public FlowNode.Builder inputLinks(List<InputLink> inputLinks)
An array of input links.- Parameters:
inputLinks
- the value to set- Returns:
- this builder
-
outputLinks
public FlowNode.Builder outputLinks(List<OutputLink> outputLinks)
An array of output links.- Parameters:
outputLinks
- the value to set- Returns:
- this builder
-
operator
public FlowNode.Builder operator(Operator operator)
-
uiProperties
public FlowNode.Builder uiProperties(UIProperties uiProperties)
-
configProviderDelegate
public FlowNode.Builder configProviderDelegate(ConfigProvider configProviderDelegate)
-
objectStatus
public FlowNode.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
-
build
public FlowNode build()
-
copy
public FlowNode.Builder copy(FlowNode model)
-
-