Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowDefinition.Builder
-
Packages that use FlowDefinition.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowDefinition.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowDefinition.Builder Modifier and Type Method Description static FlowDefinition.BuilderFlowDefinition. builder()FlowDefinition.BuilderFlowDefinition.Builder. connections(Collection<FlowConnection> connections)An array of connection definitions in the flow.FlowDefinition.BuilderFlowDefinition.Builder. connections(Consumer<FlowConnection.Builder>... connections)An array of connection definitions in the flow.FlowDefinition.BuilderFlowDefinition.Builder. connections(FlowConnection... connections)An array of connection definitions in the flow.FlowDefinition.BuilderFlowDefinition.Builder. nodes(Collection<FlowNode> nodes)An array of node definitions in the flow.FlowDefinition.BuilderFlowDefinition.Builder. nodes(Consumer<FlowNode.Builder>... nodes)An array of node definitions in the flow.FlowDefinition.BuilderFlowDefinition.Builder. nodes(FlowNode... nodes)An array of node definitions in the flow.FlowDefinition.BuilderFlowDefinition. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowDefinition.Builder Modifier and Type Method Description static Class<? extends FlowDefinition.Builder>FlowDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowDefinition.Builder Modifier and Type Method Description default 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.default CreateFlowVersionResponse.BuilderCreateFlowVersionResponse.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.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.
-