Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolUseBlock.Builder
Packages that use ToolUseBlock.Builder
-
Uses of ToolUseBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolUseBlock.BuilderModifier and TypeMethodDescriptionstatic ToolUseBlock.BuilderToolUseBlock.builder()The input to pass to the tool.The name of the tool that the model wants to use.ToolUseBlock.toBuilder()The ID for the tool request.The type for the tool request.ToolUseBlock.Builder.type(ToolUseType type) The type for the tool request.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolUseBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolUseBlock.Builder>ToolUseBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolUseBlock.BuilderModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromToolUse(Consumer<ToolUseBlock.Builder> toolUse) Create an instance of this class withContentBlock.toolUse()initialized to the given value.default ContentBlock.BuilderContentBlock.Builder.toolUse(Consumer<ToolUseBlock.Builder> toolUse) Information about a tool use request from a model.