| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary |
DataSourceSummary.clone() |
DataSourceSummary |
DataSourceSummary.withDataSourceId(String dataSourceId)
The unique identifier of the data source.
|
DataSourceSummary |
DataSourceSummary.withDescription(String description)
The description of the data source.
|
DataSourceSummary |
DataSourceSummary.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source belongs.
|
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.withUpdatedAt(Date updatedAt)
The time at which the data source was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSummary> |
ListDataSourcesResult.getDataSourceSummaries()
A list of objects, each of which contains information about a data source.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.withDataSourceSummaries(DataSourceSummary... dataSourceSummaries)
A list of objects, each of which contains information about a data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesResult.setDataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries)
A list of objects, each of which contains information about a data source.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries)
A list of objects, each of which contains information about a data source.
|
Copyright © 2024. All rights reserved.