Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputEvent.Builder
Packages that use FlowTraceNodeInputEvent.Builder
-
Uses of FlowTraceNodeInputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeInputEvent.BuilderModifier and TypeMethodDescriptionFlowTraceNodeInputEvent.builder()FlowTraceNodeInputEvent.Builder.fields(Collection<FlowTraceNodeInputField> fields) An array of objects containing information about each field in the input.FlowTraceNodeInputEvent.Builder.fields(Consumer<FlowTraceNodeInputField.Builder>... fields) An array of objects containing information about each field in the input.FlowTraceNodeInputEvent.Builder.fields(FlowTraceNodeInputField... fields) An array of objects containing information about each field in the input.The name of the node that received the input.The date and time that the trace was returned.FlowTraceNodeInputEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceNodeInputEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowTraceNodeInputEvent.Builder>FlowTraceNodeInputEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowTraceNodeInputEvent.BuilderModifier and TypeMethodDescriptionstatic FlowTraceFlowTrace.fromNodeInputTrace(Consumer<FlowTraceNodeInputEvent.Builder> nodeInputTrace) Create an instance of this class withFlowTrace.nodeInputTrace()initialized to the given value.default FlowTrace.BuilderFlowTrace.Builder.nodeInputTrace(Consumer<FlowTraceNodeInputEvent.Builder> nodeInputTrace) Contains information about the input into a node.