Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetFlowExecutionRequest.Builder
-
Packages that use GetFlowExecutionRequest.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 GetFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetFlowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. getFlowExecution(Consumer<GetFlowExecutionRequest.Builder> getFlowExecutionRequest)Retrieves details about a specific flow execution, including its status, start and end times, and any errors that occurred during execution.default GetFlowExecutionResponseBedrockAgentRuntimeClient. getFlowExecution(Consumer<GetFlowExecutionRequest.Builder> getFlowExecutionRequest)Retrieves details about a specific flow execution, including its status, start and end times, and any errors that occurred during execution. -
Uses of GetFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetFlowExecutionRequest.Builder Modifier and Type Method Description static GetFlowExecutionRequest.BuilderGetFlowExecutionRequest. builder()GetFlowExecutionRequest.BuilderGetFlowExecutionRequest.Builder. executionIdentifier(String executionIdentifier)The unique identifier of the flow execution to retrieve.GetFlowExecutionRequest.BuilderGetFlowExecutionRequest.Builder. flowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias used for the execution.GetFlowExecutionRequest.BuilderGetFlowExecutionRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow.GetFlowExecutionRequest.BuilderGetFlowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowExecutionRequest.BuilderGetFlowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowExecutionRequest.BuilderGetFlowExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetFlowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetFlowExecutionRequest.Builder>GetFlowExecutionRequest. serializableBuilderClass()
-