Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowDefinition.Builder
Packages that use FlowDefinition.Builder
-
Uses of FlowDefinition.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowDefinition.BuilderModifier and TypeMethodDescriptionstatic FlowDefinition.BuilderFlowDefinition.builder()FlowDefinition.Builder.connections(Collection<FlowConnection> connections) An array of connection definitions in the flow.FlowDefinition.Builder.connections(Consumer<FlowConnection.Builder>... connections) An array of connection definitions in the flow.FlowDefinition.Builder.connections(FlowConnection... connections) An array of connection definitions in the flow.FlowDefinition.Builder.nodes(Collection<FlowNode> nodes) An array of node definitions in the flow.FlowDefinition.Builder.nodes(Consumer<FlowNode.Builder>... nodes) An array of node definitions in the flow.An array of node definitions in the flow.FlowDefinition.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowDefinition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowDefinition.Builder>FlowDefinition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowDefinition.BuilderModifier and TypeMethodDescriptiondefault CreateFlowRequest.BuilderCreateFlowRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and connections between nodes in the flow.default CreateFlowResponse.BuilderCreateFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and connections between nodes in the flow.CreateFlowVersionResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and connections in the flow.default GetFlowResponse.BuilderGetFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the nodes and connections between the nodes in the flow.default GetFlowVersionResponse.BuilderGetFlowVersionResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.default UpdateFlowRequest.BuilderUpdateFlowRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and the connections between the nodes in the flow.default UpdateFlowResponse.BuilderUpdateFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and the connections between nodes in the flow.ValidateFlowDefinitionRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of a flow to validate.