Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStep.Builder
Packages that use InvocationStep.Builder
-
Uses of InvocationStep.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStep.BuilderModifier and TypeMethodDescriptionstatic InvocationStep.BuilderInvocationStep.builder()InvocationStep.Builder.invocationId(String invocationId) The unique identifier (in UUID format) for the invocation that includes the invocation step.InvocationStep.Builder.invocationStepId(String invocationStepId) The unique identifier (in UUID format) for the invocation step.InvocationStep.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.Builder.payload(InvocationStepPayload payload) Payload content, such as text and images, for the invocation step.The unique identifier of the session containing the invocation step.InvocationStep.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationStep.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvocationStep.Builder>InvocationStep.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationStep.BuilderModifier and TypeMethodDescriptionGetInvocationStepResponse.Builder.invocationStep(Consumer<InvocationStep.Builder> invocationStep) The complete details of the requested invocation step.