Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowConnection.Builder
Packages that use FlowConnection.Builder
-
Uses of FlowConnection.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowConnection.BuilderModifier and TypeMethodDescriptionstatic FlowConnection.BuilderFlowConnection.builder()default FlowConnection.BuilderFlowConnection.Builder.configuration(Consumer<FlowConnectionConfiguration.Builder> configuration) The configuration of the connection.FlowConnection.Builder.configuration(FlowConnectionConfiguration configuration) The configuration of the connection.A name for the connection that you can reference.The node that the connection starts at.The node that the connection ends at.FlowConnection.toBuilder()Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).FlowConnection.Builder.type(FlowConnectionType type) Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowConnection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowConnection.Builder>FlowConnection.serializableBuilderClass()