Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputField.Builder
-
Packages that use NodeInputField.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeInputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputField.Builder Modifier and Type Method Description static NodeInputField.BuilderNodeInputField. builder()default NodeInputField.BuilderNodeInputField.Builder. content(Consumer<NodeExecutionContent.Builder> content)The content of the input field, which can contain text or structured data.NodeInputField.BuilderNodeInputField.Builder. content(NodeExecutionContent content)The content of the input field, which can contain text or structured data.NodeInputField.BuilderNodeInputField.Builder. name(String name)The name of the input field as defined in the node's input schema.NodeInputField.BuilderNodeInputField. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeInputField.Builder Modifier and Type Method Description static Class<? extends NodeInputField.Builder>NodeInputField. serializableBuilderClass()
-