Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputField.Builder
Packages that use NodeOutputField.Builder
-
Uses of NodeOutputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputField.BuilderModifier and TypeMethodDescriptionstatic NodeOutputField.BuilderNodeOutputField.builder()default NodeOutputField.BuilderNodeOutputField.Builder.content(Consumer<NodeExecutionContent.Builder> content) The content of the output field, which can contain text or structured data.NodeOutputField.Builder.content(NodeExecutionContent content) The content of the output field, which can contain text or structured data.The name of the output field as defined in the node's output schema.NodeOutputField.Builder.next(Collection<NodeOutputNext> next) The next node that receives output data from this field.NodeOutputField.Builder.next(Consumer<NodeOutputNext.Builder>... next) The next node that receives output data from this field.NodeOutputField.Builder.next(NodeOutputNext... next) The next node that receives output data from this field.NodeOutputField.toBuilder()The data type of the output field for compatibility validation.NodeOutputField.Builder.type(FlowNodeIODataType type) The data type of the output field for compatibility validation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputField.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeOutputField.Builder>NodeOutputField.serializableBuilderClass()