Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ContentBlock.Builder
Packages that use ContentBlock.Builder
-
Uses of ContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlock.BuilderModifier and TypeMethodDescriptiondefault ContentBlock.BuilderContentBlock.Builder.audio(Consumer<AudioBlock.Builder> audio) An audio content block containing audio data in the conversation.ContentBlock.Builder.audio(AudioBlock audio) An audio content block containing audio data in the conversation.static ContentBlock.BuilderContentBlock.builder()default ContentBlock.BuilderContentBlock.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the message.ContentBlock.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the message.default ContentBlock.BuilderContentBlock.Builder.citationsContent(Consumer<CitationsContentBlock.Builder> citationsContent) A content block that contains both generated text and associated citation information, providing traceability between the response and source documents.ContentBlock.Builder.citationsContent(CitationsContentBlock citationsContent) A content block that contains both generated text and associated citation information, providing traceability between the response and source documents.default ContentBlock.BuilderContentBlock.Builder.document(Consumer<DocumentBlock.Builder> document) A document to include in the message.ContentBlock.Builder.document(DocumentBlock document) A document to include in the message.default ContentBlock.BuilderContentBlock.Builder.guardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Contains the content to assess with the guardrail.ContentBlock.Builder.guardContent(GuardrailConverseContentBlock guardContent) Contains the content to assess with the guardrail.default ContentBlock.BuilderContentBlock.Builder.image(Consumer<ImageBlock.Builder> image) Image to include in the message.ContentBlock.Builder.image(ImageBlock image) Image to include in the message.default ContentBlock.BuilderContentBlock.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content regarding the reasoning that is carried out by the model.ContentBlock.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content regarding the reasoning that is carried out by the model.default ContentBlock.BuilderContentBlock.Builder.searchResult(Consumer<SearchResultBlock.Builder> searchResult) Search result to include in the message.ContentBlock.Builder.searchResult(SearchResultBlock searchResult) Search result to include in the message.Text to include in the message.ContentBlock.toBuilder()default ContentBlock.BuilderContentBlock.Builder.toolAddition(Consumer<ToolAdditionBlock.Builder> toolAddition) Sets the value of the ToolAddition property for this object.ContentBlock.Builder.toolAddition(ToolAdditionBlock toolAddition) Sets the value of the ToolAddition property for this object.default ContentBlock.BuilderContentBlock.Builder.toolRemoval(Consumer<ToolRemovalBlock.Builder> toolRemoval) Sets the value of the ToolRemoval property for this object.ContentBlock.Builder.toolRemoval(ToolRemovalBlock toolRemoval) Sets the value of the ToolRemoval property for this object.default ContentBlock.BuilderContentBlock.Builder.toolResult(Consumer<ToolResultBlock.Builder> toolResult) The result for a tool request that a model makes.ContentBlock.Builder.toolResult(ToolResultBlock toolResult) The result for a tool request that a model makes.default ContentBlock.BuilderContentBlock.Builder.toolUse(Consumer<ToolUseBlock.Builder> toolUse) Information about a tool use request from a model.ContentBlock.Builder.toolUse(ToolUseBlock toolUse) Information about a tool use request from a model.default ContentBlock.BuilderContentBlock.Builder.video(Consumer<VideoBlock.Builder> video) Video to include in the message.ContentBlock.Builder.video(VideoBlock video) Video to include in the message.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ContentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContentBlock.Builder>ContentBlock.serializableBuilderClass()