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