Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepRequest.Builder
-
Packages that use GetInvocationStepRequest.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 GetInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetInvocationStepRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInvocationStepResponse>BedrockAgentRuntimeAsyncClient. getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session.default GetInvocationStepResponseBedrockAgentRuntimeClient. getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session. -
Uses of GetInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetInvocationStepRequest.Builder Modifier and Type Method Description static GetInvocationStepRequest.BuilderGetInvocationStepRequest. builder()GetInvocationStepRequest.BuilderGetInvocationStepRequest.Builder. invocationIdentifier(String invocationIdentifier)The unique identifier for the invocation in UUID format.GetInvocationStepRequest.BuilderGetInvocationStepRequest.Builder. invocationStepId(String invocationStepId)The unique identifier (in UUID format) for the specific invocation step to retrieve.GetInvocationStepRequest.BuilderGetInvocationStepRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInvocationStepRequest.BuilderGetInvocationStepRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInvocationStepRequest.BuilderGetInvocationStepRequest.Builder. sessionIdentifier(String sessionIdentifier)The unique identifier for the invocation step's associated session.GetInvocationStepRequest.BuilderGetInvocationStepRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetInvocationStepRequest.Builder Modifier and Type Method Description static Class<? extends GetInvocationStepRequest.Builder>GetInvocationStepRequest. serializableBuilderClass()
-