Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.StopFlowExecutionRequest.Builder
Packages that use StopFlowExecutionRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of StopFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type StopFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest) Stops an Amazon Bedrock flow's execution.default StopFlowExecutionResponseBedrockAgentRuntimeClient.stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest) Stops an Amazon Bedrock flow's execution. -
Uses of StopFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return StopFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionStopFlowExecutionRequest.builder()StopFlowExecutionRequest.Builder.executionIdentifier(String executionIdentifier) The unique identifier of the flow execution to stop.StopFlowExecutionRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the execution.StopFlowExecutionRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.StopFlowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopFlowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopFlowExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type StopFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopFlowExecutionRequest.Builder>StopFlowExecutionRequest.serializableBuilderClass()