Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockStart.Builder
Packages that use ContentBlockStart.Builder
-
Uses of ContentBlockStart.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockStart.BuilderModifier and TypeMethodDescriptionstatic ContentBlockStart.BuilderContentBlockStart.builder()ContentBlockStartEvent.BuilderImpl.getStart()default ContentBlockStart.BuilderContentBlockStart.Builder.image(Consumer<ImageBlockStart.Builder> image) The initial event indicating the start of a streaming image block.ContentBlockStart.Builder.image(ImageBlockStart image) The initial event indicating the start of a streaming image block.ContentBlockStart.toBuilder()default ContentBlockStart.BuilderContentBlockStart.Builder.toolResult(Consumer<ToolResultBlockStart.Builder> toolResult) TheContentBlockStart.Builder.toolResult(ToolResultBlockStart toolResult) Thedefault ContentBlockStart.BuilderContentBlockStart.Builder.toolUse(Consumer<ToolUseBlockStart.Builder> toolUse) Information about a tool that the model is requesting to use.ContentBlockStart.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContentBlockStart.Builder>ContentBlockStart.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ContentBlockStart.BuilderModifier and TypeMethodDescriptiondefault ContentBlockStartEvent.BuilderContentBlockStartEvent.Builder.start(Consumer<ContentBlockStart.Builder> start) Start information about a content block start event.