| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary |
DataSourceSummary.clone() |
DataSourceSummary |
DataSourceSummary.withCreatedAt(Date createdAt)
The UNIX datetime that the data source was created.
|
DataSourceSummary |
DataSourceSummary.withId(String id)
The unique identifier for the data source.
|
DataSourceSummary |
DataSourceSummary.withLanguageCode(String languageCode)
The code for a language.
|
DataSourceSummary |
DataSourceSummary.withName(String name)
The name of the data source.
|
DataSourceSummary |
DataSourceSummary.withStatus(DataSourceStatus status)
The status of the data source.
|
DataSourceSummary |
DataSourceSummary.withStatus(String status)
The status of the data source.
|
DataSourceSummary |
DataSourceSummary.withType(DataSourceType type)
The type of the data source.
|
DataSourceSummary |
DataSourceSummary.withType(String type)
The type of the data source.
|
DataSourceSummary |
DataSourceSummary.withUpdatedAt(Date updatedAt)
The UNIX datetime that the data source was lasted updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSummary> |
ListDataSourcesResult.getSummaryItems()
An array of summary information for one or more data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.withSummaryItems(DataSourceSummary... summaryItems)
An array of summary information for one or more data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesResult.setSummaryItems(Collection<DataSourceSummary> summaryItems)
An array of summary information for one or more data source connector.
|
ListDataSourcesResult |
ListDataSourcesResult.withSummaryItems(Collection<DataSourceSummary> summaryItems)
An array of summary information for one or more data source connector.
|
Copyright © 2022. All rights reserved.