Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInput.Builder
Packages that use FlowInput.Builder
-
Uses of FlowInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowInput.BuilderModifier and TypeMethodDescriptionstatic FlowInput.BuilderFlowInput.builder()default FlowInput.BuilderFlowInput.Builder.content(Consumer<FlowInputContent.Builder> content) Contains information about an input into the prompt flow.FlowInput.Builder.content(FlowInputContent content) Contains information about an input into the prompt flow.FlowInput.Builder.nodeInputName(String nodeInputName) The name of the input from the flow input node.The name of the flow input node that begins the prompt flow.FlowInput.Builder.nodeOutputName(String nodeOutputName) The name of the output from the flow input node that begins the prompt flow.FlowInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowInput.Builder>FlowInput.serializableBuilderClass()