Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.StopFlowExecutionRequest.Builder
-
Packages that use StopFlowExecutionRequest.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of StopFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type StopFlowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. 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.Builder Modifier and Type Method Description static StopFlowExecutionRequest.BuilderStopFlowExecutionRequest. builder()StopFlowExecutionRequest.BuilderStopFlowExecutionRequest.Builder. executionIdentifier(String executionIdentifier)The unique identifier of the flow execution to stop.StopFlowExecutionRequest.BuilderStopFlowExecutionRequest.Builder. flowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias used for the execution.StopFlowExecutionRequest.BuilderStopFlowExecutionRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow.StopFlowExecutionRequest.BuilderStopFlowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopFlowExecutionRequest.BuilderStopFlowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopFlowExecutionRequest.BuilderStopFlowExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type StopFlowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopFlowExecutionRequest.Builder>StopFlowExecutionRequest. serializableBuilderClass()
-