Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputField.Builder
Packages that use NodeInputField.Builder
-
Uses of NodeInputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputField.BuilderModifier and TypeMethodDescriptionstatic NodeInputField.BuilderNodeInputField.builder()The category of the input field.NodeInputField.Builder.category(FlowNodeInputCategory category) The category of the input field.default NodeInputField.BuilderNodeInputField.Builder.content(Consumer<NodeExecutionContent.Builder> content) The content of the input field, which can contain text or structured data.NodeInputField.Builder.content(NodeExecutionContent content) The content of the input field, which can contain text or structured data.NodeInputField.Builder.executionChain(Collection<NodeInputExecutionChainItem> executionChain) The execution path through nested nodes like iterators and loops.NodeInputField.Builder.executionChain(Consumer<NodeInputExecutionChainItem.Builder>... executionChain) The execution path through nested nodes like iterators and loops.NodeInputField.Builder.executionChain(NodeInputExecutionChainItem... executionChain) The execution path through nested nodes like iterators and loops.The name of the input field as defined in the node's input schema.default NodeInputField.BuilderNodeInputField.Builder.source(Consumer<NodeInputSource.Builder> source) The source node that provides input data to this field.NodeInputField.Builder.source(NodeInputSource source) The source node that provides input data to this field.NodeInputField.toBuilder()The data type of the input field for compatibility validation.NodeInputField.Builder.type(FlowNodeIODataType type) The data type of the input field for compatibility validation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeInputField.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeInputField.Builder>NodeInputField.serializableBuilderClass()