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