Class InputFlowNodeConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.InputFlowNodeConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InputFlowNodeConfiguration.Builder,InputFlowNodeConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class InputFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputFlowNodeConfiguration.Builder,InputFlowNodeConfiguration>

Contains configurations for the input flow node for a flow. This node takes the input from flow invocation and passes it to the next node in the data type that you specify.

See Also: