Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowNodeInput.Builder
Packages that use FlowNodeInput.Builder
-
Uses of FlowNodeInput.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowNodeInput.BuilderModifier and TypeMethodDescriptionstatic FlowNodeInput.BuilderFlowNodeInput.builder()Specifies how input data flows between iterations in a DoWhile loop.FlowNodeInput.Builder.category(FlowNodeInputCategory category) Specifies how input data flows between iterations in a DoWhile loop.FlowNodeInput.Builder.expression(String expression) An expression that formats the input for the node.Specifies a name for the input that you can reference.FlowNodeInput.toBuilder()Specifies the data type of the input.FlowNodeInput.Builder.type(FlowNodeIODataType type) Specifies the data type of the input.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowNodeInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowNodeInput.Builder>FlowNodeInput.serializableBuilderClass()