Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepPayload.Builder
Packages that use InvocationStepPayload.Builder
-
Uses of InvocationStepPayload.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStepPayload.BuilderModifier and TypeMethodDescriptionInvocationStepPayload.builder()InvocationStepPayload.Builder.contentBlocks(Collection<BedrockSessionContentBlock> contentBlocks) The content for the invocation step.InvocationStepPayload.Builder.contentBlocks(Consumer<BedrockSessionContentBlock.Builder>... contentBlocks) The content for the invocation step.InvocationStepPayload.Builder.contentBlocks(BedrockSessionContentBlock... contentBlocks) The content for the invocation step.InvocationStepPayload.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationStepPayload.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvocationStepPayload.Builder>InvocationStepPayload.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationStepPayload.BuilderModifier and TypeMethodDescriptiondefault InvocationStep.BuilderInvocationStep.Builder.payload(Consumer<InvocationStepPayload.Builder> payload) Payload content, such as text and images, for the invocation step.default PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder.payload(Consumer<InvocationStepPayload.Builder> payload) The payload for the invocation step, including text and images for the interaction.