Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputField.Builder
Packages that use FlowOutputField.Builder
-
Uses of FlowOutputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowOutputField.BuilderModifier and TypeMethodDescriptionstatic FlowOutputField.BuilderFlowOutputField.builder()default FlowOutputField.BuilderFlowOutputField.Builder.content(Consumer<FlowExecutionContent.Builder> content) The content of the output field, which can contain text or structured data.FlowOutputField.Builder.content(FlowExecutionContent content) The content of the output field, which can contain text or structured data.The name of the output field as defined in the flow's output schema.FlowOutputField.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowOutputField.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowOutputField.Builder>FlowOutputField.serializableBuilderClass()