| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfiguration |
CreateDataSourceRequest.configuration()
The connector configuration information that is required to access the repository.
|
DataSourceConfiguration |
UpdateDataSourceRequest.configuration()
Returns the value of the Configuration property for this object.
|
DataSourceConfiguration |
DescribeDataSourceResponse.configuration()
Information that describes where the data source is located and how the data source is configured.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.configuration(DataSourceConfiguration configuration)
The connector configuration information that is required to access the repository.
|
UpdateDataSourceRequest.Builder |
UpdateDataSourceRequest.Builder.configuration(DataSourceConfiguration configuration)
Sets the value of the Configuration property for this object.
|
DescribeDataSourceResponse.Builder |
DescribeDataSourceResponse.Builder.configuration(DataSourceConfiguration configuration)
Information that describes where the data source is located and how the data source is configured.
|
Copyright © 2020. All rights reserved.