Uses of Class
com.oracle.bmc.dataintegration.model.FlowNode.Builder
-
Packages that use FlowNode.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FlowNode.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FlowNode.Builder Modifier and Type Method Description static FlowNode.Builder
FlowNode. builder()
Create a new builder.FlowNode.Builder
FlowNode.Builder. configProviderDelegate(ConfigProvider configProviderDelegate)
FlowNode.Builder
FlowNode.Builder. copy(FlowNode model)
FlowNode.Builder
FlowNode.Builder. description(String description)
Detailed description for the object.FlowNode.Builder
FlowNode.Builder. inputLinks(List<InputLink> inputLinks)
An array of input links.FlowNode.Builder
FlowNode.Builder. key(String key)
The key of the object.FlowNode.Builder
FlowNode.Builder. modelType(String modelType)
The type of the object.FlowNode.Builder
FlowNode.Builder. modelVersion(String modelVersion)
The model version of an object.FlowNode.Builder
FlowNode.Builder. name(String name)
Free form text without any restriction on permitted characters.FlowNode.Builder
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
FlowNode.Builder. operator(Operator operator)
FlowNode.Builder
FlowNode.Builder. outputLinks(List<OutputLink> outputLinks)
An array of output links.FlowNode.Builder
FlowNode.Builder. parentRef(ParentReference parentRef)
FlowNode.Builder
FlowNode. toBuilder()
FlowNode.Builder
FlowNode.Builder. uiProperties(UIProperties uiProperties)
-