static DocumentContent.Builder |
DocumentContent.builder() |
|
default DocumentContent.Builder |
DocumentContent.Builder.custom(Consumer<CustomContent.Builder> custom) |
Contains information about the content to ingest into a knowledge base connected to a custom data source.
|
DocumentContent.Builder |
DocumentContent.Builder.custom(CustomContent custom) |
Contains information about the content to ingest into a knowledge base connected to a custom data source.
|
DocumentContent.Builder |
DocumentContent.Builder.dataSourceType(String dataSourceType) |
The type of data source that is connected to the knowledge base to which to ingest this document.
|
DocumentContent.Builder |
DocumentContent.Builder.dataSourceType(ContentDataSourceType dataSourceType) |
The type of data source that is connected to the knowledge base to which to ingest this document.
|
default DocumentContent.Builder |
DocumentContent.Builder.s3(Consumer<S3Content.Builder> s3) |
Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source
|
DocumentContent.Builder |
DocumentContent.Builder.s3(S3Content s3) |
Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source
|
DocumentContent.Builder |
DocumentContent.toBuilder() |
|