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