static DataSource.Builder |
DataSource.builder() |
|
DataSource.Builder |
DataSource.Builder.createdAt(Instant createdAt) |
Sets the value of the CreatedAt property for this object.
|
default DataSource.Builder |
DataSource.Builder.dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration) |
Sets the value of the DataSourceConfiguration property for this object.
|
DataSource.Builder |
DataSource.Builder.dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration) |
Sets the value of the DataSourceConfiguration property for this object.
|
DataSource.Builder |
DataSource.Builder.dataSourceId(String dataSourceId) |
Sets the value of the DataSourceId property for this object.
|
DataSource.Builder |
DataSource.Builder.description(String description) |
Sets the value of the Description property for this object.
|
DataSource.Builder |
DataSource.Builder.knowledgeBaseId(String knowledgeBaseId) |
Sets the value of the KnowledgeBaseId property for this object.
|
DataSource.Builder |
DataSource.Builder.name(String name) |
Sets the value of the Name property for this object.
|
default DataSource.Builder |
DataSource.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) |
Sets the value of the ServerSideEncryptionConfiguration property for this object.
|
DataSource.Builder |
DataSource.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) |
Sets the value of the ServerSideEncryptionConfiguration property for this object.
|
DataSource.Builder |
DataSource.Builder.status(String status) |
Sets the value of the Status property for this object.
|
DataSource.Builder |
DataSource.Builder.status(DataSourceStatus status) |
Sets the value of the Status property for this object.
|
DataSource.Builder |
DataSource.toBuilder() |
|
DataSource.Builder |
DataSource.Builder.updatedAt(Instant updatedAt) |
Sets the value of the UpdatedAt property for this object.
|
default DataSource.Builder |
DataSource.Builder.vectorIngestionConfiguration(Consumer<VectorIngestionConfiguration.Builder> vectorIngestionConfiguration) |
Sets the value of the VectorIngestionConfiguration property for this object.
|
DataSource.Builder |
DataSource.Builder.vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration) |
Sets the value of the VectorIngestionConfiguration property for this object.
|