Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionContent.Builder
-
Packages that use FlowExecutionContent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionContent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionContent.Builder Modifier and Type Method Description static FlowExecutionContent.BuilderFlowExecutionContent. builder()FlowExecutionContent.BuilderFlowExecutionContent.Builder. document(Document document)The document content of the field, which can contain text or structured data.FlowExecutionContent.BuilderFlowExecutionContent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionContent.Builder Modifier and Type Method Description static Class<? extends FlowExecutionContent.Builder>FlowExecutionContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionContent.Builder Modifier and Type Method Description default 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.
-