Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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) |
Copyright © 2016–2024. All rights reserved.