Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.StartFlowExecutionRequest.Builder
Packages that use StartFlowExecutionRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of StartFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type StartFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.startFlowExecution(Consumer<StartFlowExecutionRequest.Builder> startFlowExecutionRequest) Starts an execution of an Amazon Bedrock flow.default StartFlowExecutionResponseBedrockAgentRuntimeClient.startFlowExecution(Consumer<StartFlowExecutionRequest.Builder> startFlowExecutionRequest) Starts an execution of an Amazon Bedrock flow. -
Uses of StartFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return StartFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionStartFlowExecutionRequest.builder()StartFlowExecutionRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias to use for the flow execution.StartFlowExecutionRequest.Builder.flowExecutionName(String flowExecutionName) The unique name for the flow execution.StartFlowExecutionRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow to execute.StartFlowExecutionRequest.Builder.inputs(Collection<FlowInput> inputs) The input data required for the flow execution.StartFlowExecutionRequest.Builder.inputs(Consumer<FlowInput.Builder>... inputs) The input data required for the flow execution.The input data required for the flow execution.StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(Consumer<ModelPerformanceConfiguration.Builder> modelPerformanceConfiguration) The performance settings for the foundation model used in the flow execution.StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration) The performance settings for the foundation model used in the flow execution.StartFlowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartFlowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartFlowExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type StartFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartFlowExecutionRequest.Builder>StartFlowExecutionRequest.serializableBuilderClass()