Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputField.Builder
Packages that use FlowTraceNodeInputField.Builder
-
Uses of FlowTraceNodeInputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeInputField.BuilderModifier and TypeMethodDescriptionFlowTraceNodeInputField.builder()The category of the input field.FlowTraceNodeInputField.Builder.category(FlowNodeInputCategory category) The category of the input field.default FlowTraceNodeInputField.BuilderFlowTraceNodeInputField.Builder.content(Consumer<FlowTraceNodeInputContent.Builder> content) The content of the node input.FlowTraceNodeInputField.Builder.content(FlowTraceNodeInputContent content) The content of the node input.FlowTraceNodeInputField.Builder.executionChain(Collection<FlowTraceNodeInputExecutionChainItem> executionChain) The execution path through nested nodes like iterators and loops.FlowTraceNodeInputField.Builder.executionChain(Consumer<FlowTraceNodeInputExecutionChainItem.Builder>... executionChain) The execution path through nested nodes like iterators and loops.FlowTraceNodeInputField.Builder.executionChain(FlowTraceNodeInputExecutionChainItem... executionChain) The execution path through nested nodes like iterators and loops.FlowTraceNodeInputField.Builder.nodeInputName(String nodeInputName) The name of the node input.default FlowTraceNodeInputField.BuilderFlowTraceNodeInputField.Builder.source(Consumer<FlowTraceNodeInputSource.Builder> source) The source node that provides input data to this field.FlowTraceNodeInputField.Builder.source(FlowTraceNodeInputSource source) The source node that provides input data to this field.FlowTraceNodeInputField.toBuilder()The data type of the input field for compatibility validation.FlowTraceNodeInputField.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 FlowTraceNodeInputField.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowTraceNodeInputField.Builder>FlowTraceNodeInputField.serializableBuilderClass()