| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeInput |
FlowNodeInput.clone() |
FlowNodeInput |
FlowNodeInput.withExpression(String expression)
An expression that formats the input for the node.
|
FlowNodeInput |
FlowNodeInput.withName(String name)
A name for the input that you can reference.
|
FlowNodeInput |
FlowNodeInput.withType(FlowNodeIODataType type)
The data type of the input.
|
FlowNodeInput |
FlowNodeInput.withType(String type)
The data type of the input.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeInput> |
FlowNode.getInputs()
An array of objects, each of which contains information about an input into the node.
|
| Modifier and Type | Method and Description |
|---|---|
FlowNode |
FlowNode.withInputs(FlowNodeInput... inputs)
An array of objects, each of which contains information about an input into the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNode.setInputs(Collection<FlowNodeInput> inputs)
An array of objects, each of which contains information about an input into the node.
|
FlowNode |
FlowNode.withInputs(Collection<FlowNodeInput> inputs)
An array of objects, each of which contains information about an input into the node.
|
Copyright © 2025. All rights reserved.