Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.InlineContent.Builder
Packages that use InlineContent.Builder
-
Uses of InlineContent.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InlineContent.BuilderModifier and TypeMethodDescriptionstatic InlineContent.BuilderInlineContent.builder()default InlineContent.BuilderInlineContent.Builder.byteContent(Consumer<ByteContentDoc.Builder> byteContent) Contains information about content defined inline in bytes.InlineContent.Builder.byteContent(ByteContentDoc byteContent) Contains information about content defined inline in bytes.default InlineContent.BuilderInlineContent.Builder.textContent(Consumer<TextContentDoc.Builder> textContent) Contains information about content defined inline in text.InlineContent.Builder.textContent(TextContentDoc textContent) Contains information about content defined inline in text.InlineContent.toBuilder()The type of inline content to define.InlineContent.Builder.type(InlineContentType type) The type of inline content to define.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type InlineContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InlineContent.Builder>InlineContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type InlineContent.BuilderModifier and TypeMethodDescriptiondefault CustomContent.BuilderCustomContent.Builder.inlineContent(Consumer<InlineContent.Builder> inlineContent) Contains information about content defined inline to ingest into a knowledge base.