Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolResultBlockStart.Builder
Packages that use ToolResultBlockStart.Builder
-
Uses of ToolResultBlockStart.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultBlockStart.BuilderModifier and TypeMethodDescriptionstatic ToolResultBlockStart.BuilderToolResultBlockStart.builder()The status of the tool result block.ToolResultBlockStart.Builder.status(ToolResultStatus status) The status of the tool result block.ToolResultBlockStart.toBuilder()The ID of the tool that was used to generate this tool result block.The type for the tool that was used to generate this tool result block.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolResultBlockStart.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolResultBlockStart.Builder>ToolResultBlockStart.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolResultBlockStart.BuilderModifier and TypeMethodDescriptionstatic ContentBlockStartContentBlockStart.fromToolResult(Consumer<ToolResultBlockStart.Builder> toolResult) Create an instance of this class withContentBlockStart.toolResult()initialized to the given value.default ContentBlockStart.BuilderContentBlockStart.Builder.toolResult(Consumer<ToolResultBlockStart.Builder> toolResult) The