| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowNode |
FlowNode.clone() |
FlowNode |
FlowNode.withConfiguration(FlowNodeConfiguration configuration)
Contains configurations for the node.
|
FlowNode |
FlowNode.withInputs(Collection<FlowNodeInput> inputs)
An array of objects, each of which contains information about an input into the node.
|
FlowNode |
FlowNode.withInputs(FlowNodeInput... inputs)
An array of objects, each of which contains information about an input into the node.
|
FlowNode |
FlowNode.withName(String name)
A name for the node.
|
FlowNode |
FlowNode.withOutputs(Collection<FlowNodeOutput> outputs)
A list of objects, each of which contains information about an output from the node.
|
FlowNode |
FlowNode.withOutputs(FlowNodeOutput... outputs)
A list of objects, each of which contains information about an output from the node.
|
FlowNode |
FlowNode.withType(FlowNodeType type)
The type of node.
|
FlowNode |
FlowNode.withType(String type)
The type of node.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowNode> |
FlowDefinition.getNodes()
An array of node definitions in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.withNodes(FlowNode... nodes)
An array of node definitions in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.setNodes(Collection<FlowNode> nodes)
An array of node definitions in the flow.
|
FlowDefinition |
FlowDefinition.withNodes(Collection<FlowNode> nodes)
An array of node definitions in the flow.
|
Copyright © 2025. All rights reserved.