Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepPayload.Builder
-
Packages that use InvocationStepPayload.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationStepPayload.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStepPayload.Builder Modifier and Type Method Description static InvocationStepPayload.BuilderInvocationStepPayload. builder()InvocationStepPayload.BuilderInvocationStepPayload.Builder. contentBlocks(Collection<BedrockSessionContentBlock> contentBlocks)The content for the invocation step.InvocationStepPayload.BuilderInvocationStepPayload.Builder. contentBlocks(Consumer<BedrockSessionContentBlock.Builder>... contentBlocks)The content for the invocation step.InvocationStepPayload.BuilderInvocationStepPayload.Builder. contentBlocks(BedrockSessionContentBlock... contentBlocks)The content for the invocation step.InvocationStepPayload.BuilderInvocationStepPayload. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationStepPayload.Builder Modifier and Type Method Description static Class<? extends InvocationStepPayload.Builder>InvocationStepPayload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationStepPayload.Builder Modifier and Type Method Description default 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.
-