Interface FlowCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlowCondition.Builder,FlowCondition>,SdkBuilder<FlowCondition.Builder,FlowCondition>,SdkPojo
- Enclosing class:
- FlowCondition
public static interface FlowCondition.Builder extends SdkPojo, CopyableBuilder<FlowCondition.Builder,FlowCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowCondition.Builderexpression(String expression)Defines the condition.FlowCondition.Buildername(String name)A name for the condition that you can reference.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
expression
FlowCondition.Builder expression(String expression)
Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.
- Parameters:
expression- Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FlowCondition.Builder name(String name)
A name for the condition that you can reference.
- Parameters:
name- A name for the condition that you can reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-