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