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