Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolUseBlockStart.Builder
Packages that use ToolUseBlockStart.Builder
-
Uses of ToolUseBlockStart.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolUseBlockStart.BuilderModifier and TypeMethodDescriptionstatic ToolUseBlockStart.BuilderToolUseBlockStart.builder()The name of the tool that the model is requesting to use.ToolUseBlockStart.toBuilder()The ID for the tool request.The type for the tool request.ToolUseBlockStart.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 ToolUseBlockStart.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolUseBlockStart.Builder>ToolUseBlockStart.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolUseBlockStart.BuilderModifier and TypeMethodDescriptionstatic ContentBlockStartContentBlockStart.fromToolUse(Consumer<ToolUseBlockStart.Builder> toolUse) Create an instance of this class withContentBlockStart.toolUse()initialized to the given value.default ContentBlockStart.BuilderContentBlockStart.Builder.toolUse(Consumer<ToolUseBlockStart.Builder> toolUse) Information about a tool that the model is requesting to use.