Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockStart.Builder
-
Packages that use ContentBlockStart.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ContentBlockStart.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockStart.Builder Modifier and Type Method Description static ContentBlockStart.BuilderContentBlockStart. builder()ContentBlockStart.BuilderContentBlockStartEvent.BuilderImpl. getStart()ContentBlockStart.BuilderContentBlockStart. toBuilder()default ContentBlockStart.BuilderContentBlockStart.Builder. toolUse(Consumer<ToolUseBlockStart.Builder> toolUse)Information about a tool that the model is requesting to use.ContentBlockStart.BuilderContentBlockStart.Builder. toolUse(ToolUseBlockStart toolUse)Information about a tool that the model is requesting to use.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ContentBlockStart.Builder Modifier and Type Method Description static Class<? extends ContentBlockStart.Builder>ContentBlockStart. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ContentBlockStart.Builder Modifier and Type Method Description default ContentBlockStartEvent.BuilderContentBlockStartEvent.Builder. start(Consumer<ContentBlockStart.Builder> start)Start information about a content block start event.
-