static DataSource.Builder |
DataSource.builder() |
|
DataSource.Builder |
DataSource.Builder.createdAt(Instant createdAt) |
The time at which the data source was created.
|
DataSource.Builder |
DataSource.Builder.dataDeletionPolicy(String dataDeletionPolicy) |
The data deletion policy for the data source.
|
DataSource.Builder |
DataSource.Builder.dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy) |
The data deletion policy for the data source.
|
default DataSource.Builder |
DataSource.Builder.dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration) |
The connection configuration for the data source.
|
DataSource.Builder |
DataSource.Builder.dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration) |
The connection configuration for the data source.
|
DataSource.Builder |
DataSource.Builder.dataSourceId(String dataSourceId) |
The unique identifier of the data source.
|
DataSource.Builder |
DataSource.Builder.description(String description) |
The description of the data source.
|
DataSource.Builder |
DataSource.Builder.failureReasons(String... failureReasons) |
The detailed reasons on the failure to delete a data source.
|
DataSource.Builder |
DataSource.Builder.failureReasons(Collection<String> failureReasons) |
The detailed reasons on the failure to delete a data source.
|
DataSource.Builder |
DataSource.Builder.knowledgeBaseId(String knowledgeBaseId) |
The unique identifier of the knowledge base to which the data source belongs.
|
DataSource.Builder |
DataSource.Builder.name(String name) |
The name of the data source.
|
default DataSource.Builder |
DataSource.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) |
Contains details about the configuration of the server-side encryption.
|
DataSource.Builder |
DataSource.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) |
Contains details about the configuration of the server-side encryption.
|
DataSource.Builder |
DataSource.Builder.status(String status) |
The status of the data source.
|
DataSource.Builder |
DataSource.Builder.status(DataSourceStatus status) |
The status of the data source.
|
DataSource.Builder |
DataSource.toBuilder() |
|
DataSource.Builder |
DataSource.Builder.updatedAt(Instant updatedAt) |
The time at which the data source was last updated.
|
default DataSource.Builder |
DataSource.Builder.vectorIngestionConfiguration(Consumer<VectorIngestionConfiguration.Builder> vectorIngestionConfiguration) |
Contains details about how to ingest the documents in the data source.
|
DataSource.Builder |
DataSource.Builder.vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration) |
Contains details about how to ingest the documents in the data source.
|