Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolUseBlockStart.Builder
-
Packages that use ToolUseBlockStart.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolUseBlockStart.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolUseBlockStart.Builder Modifier and Type Method Description static ToolUseBlockStart.BuilderToolUseBlockStart. builder()ToolUseBlockStart.BuilderToolUseBlockStart.Builder. name(String name)The name of the tool that the model is requesting to use.ToolUseBlockStart.BuilderToolUseBlockStart. toBuilder()ToolUseBlockStart.BuilderToolUseBlockStart.Builder. toolUseId(String toolUseId)The ID for the tool request.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolUseBlockStart.Builder Modifier and Type Method Description static Class<? extends ToolUseBlockStart.Builder>ToolUseBlockStart. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolUseBlockStart.Builder Modifier and Type Method Description static 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.
-