Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.InlineContent.Builder
-
Packages that use InlineContent.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of InlineContent.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InlineContent.Builder Modifier and Type Method Description static InlineContent.BuilderInlineContent. builder()default InlineContent.BuilderInlineContent.Builder. byteContent(Consumer<ByteContentDoc.Builder> byteContent)Contains information about content defined inline in bytes.InlineContent.BuilderInlineContent.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.BuilderInlineContent.Builder. textContent(TextContentDoc textContent)Contains information about content defined inline in text.InlineContent.BuilderInlineContent. toBuilder()InlineContent.BuilderInlineContent.Builder. type(String type)The type of inline content to define.InlineContent.BuilderInlineContent.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.Builder Modifier and Type Method Description static Class<? extends InlineContent.Builder>InlineContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type InlineContent.Builder Modifier and Type Method Description default CustomContent.BuilderCustomContent.Builder. inlineContent(Consumer<InlineContent.Builder> inlineContent)Contains information about content defined inline to ingest into a knowledge base.
-