Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputNext.Builder
-
Packages that use NodeOutputNext.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeOutputNext.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputNext.Builder Modifier and Type Method Description static NodeOutputNext.BuilderNodeOutputNext. builder()NodeOutputNext.BuilderNodeOutputNext.Builder. inputFieldName(String inputFieldName)The name of the input field in the next node that receives the data.NodeOutputNext.BuilderNodeOutputNext.Builder. nodeName(String nodeName)The name of the next node that receives the output data.NodeOutputNext.BuilderNodeOutputNext. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputNext.Builder Modifier and Type Method Description static Class<? extends NodeOutputNext.Builder>NodeOutputNext. serializableBuilderClass()
-