Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CustomContent.Builder
Packages that use CustomContent.Builder
-
Uses of CustomContent.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomContent.BuilderModifier and TypeMethodDescriptionstatic CustomContent.BuilderCustomContent.builder()default CustomContent.BuilderCustomContent.Builder.customDocumentIdentifier(Consumer<CustomDocumentIdentifier.Builder> customDocumentIdentifier) A unique identifier for the document.CustomContent.Builder.customDocumentIdentifier(CustomDocumentIdentifier customDocumentIdentifier) A unique identifier for the document.default CustomContent.BuilderCustomContent.Builder.inlineContent(Consumer<InlineContent.Builder> inlineContent) Contains information about content defined inline to ingest into a knowledge base.CustomContent.Builder.inlineContent(InlineContent inlineContent) Contains information about content defined inline to ingest into a knowledge base.default CustomContent.BuilderCustomContent.Builder.s3Location(Consumer<CustomS3Location.Builder> s3Location) Contains information about the Amazon S3 location of the file from which to ingest data.CustomContent.Builder.s3Location(CustomS3Location s3Location) Contains information about the Amazon S3 location of the file from which to ingest data.CustomContent.Builder.sourceType(String sourceType) The source of the data to ingest.CustomContent.Builder.sourceType(CustomSourceType sourceType) The source of the data to ingest.CustomContent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CustomContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomContent.Builder>CustomContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type CustomContent.BuilderModifier and TypeMethodDescriptiondefault DocumentContent.BuilderDocumentContent.Builder.custom(Consumer<CustomContent.Builder> custom) Contains information about the content to ingest into a knowledge base connected to a custom data source.