Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepRequest.Builder
-
Packages that use PutInvocationStepRequest.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 PutInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type PutInvocationStepRequest.Builder Modifier and Type Method Description default CompletableFuture<PutInvocationStepResponse>BedrockAgentRuntimeAsyncClient. putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest)Add an invocation step to an invocation in a session.default PutInvocationStepResponseBedrockAgentRuntimeClient. putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest)Add an invocation step to an invocation in a session. -
Uses of PutInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PutInvocationStepRequest.Builder Modifier and Type Method Description static PutInvocationStepRequest.BuilderPutInvocationStepRequest. builder()PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. invocationIdentifier(String invocationIdentifier)The unique identifier (in UUID format) of the invocation to add the invocation step to.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. invocationStepId(String invocationStepId)The unique identifier of the invocation step in UUID format.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. invocationStepTime(Instant invocationStepTime)The timestamp for when the invocation step occurred.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. payload(Consumer<InvocationStepPayload.Builder> payload)The payload for the invocation step, including text and images for the interaction.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. payload(InvocationStepPayload payload)The payload for the invocation step, including text and images for the interaction.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. sessionIdentifier(String sessionIdentifier)The unique identifier for the session to add the invocation step to.PutInvocationStepRequest.BuilderPutInvocationStepRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PutInvocationStepRequest.Builder Modifier and Type Method Description static Class<? extends PutInvocationStepRequest.Builder>PutInvocationStepRequest. serializableBuilderClass()
-