Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotRequest.Builder
Packages that use GetExecutionFlowSnapshotRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetExecutionFlowSnapshotRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetExecutionFlowSnapshotRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution.default GetExecutionFlowSnapshotResponseBedrockAgentRuntimeClient.getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution. -
Uses of GetExecutionFlowSnapshotRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetExecutionFlowSnapshotRequest.BuilderModifier and TypeMethodDescriptionGetExecutionFlowSnapshotRequest.builder()GetExecutionFlowSnapshotRequest.Builder.executionIdentifier(String executionIdentifier) The unique identifier of the flow execution.GetExecutionFlowSnapshotRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the flow execution.GetExecutionFlowSnapshotRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.GetExecutionFlowSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetExecutionFlowSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetExecutionFlowSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetExecutionFlowSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExecutionFlowSnapshotRequest.Builder>GetExecutionFlowSnapshotRequest.serializableBuilderClass()