| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowConnection |
FlowConnection.clone() |
FlowConnection |
FlowConnection.withConfiguration(FlowConnectionConfiguration configuration)
The configuration of the connection.
|
FlowConnection |
FlowConnection.withName(String name)
A name for the connection that you can reference.
|
FlowConnection |
FlowConnection.withSource(String source)
The node that the connection starts at.
|
FlowConnection |
FlowConnection.withTarget(String target)
The node that the connection ends at.
|
FlowConnection |
FlowConnection.withType(FlowConnectionType type)
Whether the source node that the connection begins from is a condition node (
Conditional) or not (
Data). |
FlowConnection |
FlowConnection.withType(String type)
Whether the source node that the connection begins from is a condition node (
Conditional) or not (
Data). |
| Modifier and Type | Method and Description |
|---|---|
List<FlowConnection> |
FlowDefinition.getConnections()
An array of connection definitions in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.withConnections(FlowConnection... connections)
An array of connection definitions in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.setConnections(Collection<FlowConnection> connections)
An array of connection definitions in the flow.
|
FlowDefinition |
FlowDefinition.withConnections(Collection<FlowConnection> connections)
An array of connection definitions in the flow.
|
Copyright © 2025. All rights reserved.