Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionContent.Builder
Packages that use FlowExecutionContent.Builder
-
Uses of FlowExecutionContent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionContent.BuilderModifier and TypeMethodDescriptionstatic FlowExecutionContent.BuilderFlowExecutionContent.builder()The document content of the field, which can contain text or structured data.FlowExecutionContent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowExecutionContent.Builder>FlowExecutionContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionContent.BuilderModifier and TypeMethodDescriptiondefault FlowInputField.BuilderFlowInputField.Builder.content(Consumer<FlowExecutionContent.Builder> content) The content of the input field, which can contain text or structured data.default FlowOutputField.BuilderFlowOutputField.Builder.content(Consumer<FlowExecutionContent.Builder> content) The content of the output field, which can contain text or structured data.