Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStep.Builder
-
Packages that use InvocationStep.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationStep.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStep.Builder Modifier and Type Method Description static InvocationStep.BuilderInvocationStep. builder()InvocationStep.BuilderInvocationStep.Builder. invocationId(String invocationId)The unique identifier (in UUID format) for the invocation that includes the invocation step.InvocationStep.BuilderInvocationStep.Builder. invocationStepId(String invocationStepId)The unique identifier (in UUID format) for the invocation step.InvocationStep.BuilderInvocationStep.Builder. invocationStepTime(Instant invocationStepTime)The timestamp for when the invocation step was created.default InvocationStep.BuilderInvocationStep.Builder. payload(Consumer<InvocationStepPayload.Builder> payload)Payload content, such as text and images, for the invocation step.InvocationStep.BuilderInvocationStep.Builder. payload(InvocationStepPayload payload)Payload content, such as text and images, for the invocation step.InvocationStep.BuilderInvocationStep.Builder. sessionId(String sessionId)The unique identifier of the session containing the invocation step.InvocationStep.BuilderInvocationStep. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationStep.Builder Modifier and Type Method Description static Class<? extends InvocationStep.Builder>InvocationStep. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationStep.Builder Modifier and Type Method Description default GetInvocationStepResponse.BuilderGetInvocationStepResponse.Builder. invocationStep(Consumer<InvocationStep.Builder> invocationStep)The complete details of the requested invocation step.
-