| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowCondition |
FlowCondition.clone() |
FlowCondition |
FlowCondition.withExpression(String expression)
Defines the condition.
|
FlowCondition |
FlowCondition.withName(String name)
A name for the condition that you can reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowCondition> |
ConditionFlowNodeConfiguration.getConditions()
An array of conditions.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionFlowNodeConfiguration |
ConditionFlowNodeConfiguration.withConditions(FlowCondition... conditions)
An array of conditions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionFlowNodeConfiguration.setConditions(Collection<FlowCondition> conditions)
An array of conditions.
|
ConditionFlowNodeConfiguration |
ConditionFlowNodeConfiguration.withConditions(Collection<FlowCondition> conditions)
An array of conditions.
|
Copyright © 2024. All rights reserved.