Interface FlowCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowCondition.Builder,
,FlowCondition> SdkBuilder<FlowCondition.Builder,
,FlowCondition> SdkPojo
- Enclosing class:
FlowCondition
@Mutable
@NotThreadSafe
public static interface FlowCondition.Builder
extends SdkPojo, CopyableBuilder<FlowCondition.Builder,FlowCondition>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) Defines the condition.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-