| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
DataSource.withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business data source was created.
|
DataSource |
DataSource.withDataSourceId(String dataSourceId)
The identifier of the Amazon Q Business data source.
|
DataSource |
DataSource.withDisplayName(String displayName)
The name of the Amazon Q Business data source.
|
DataSource |
DataSource.withStatus(DataSourceStatus status)
The status of the Amazon Q Business data source.
|
DataSource |
DataSource.withStatus(String status)
The status of the Amazon Q Business data source.
|
DataSource |
DataSource.withType(String type)
The type of the Amazon Q Business data source.
|
DataSource |
DataSource.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q Business data source was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
ListDataSourcesResult.getDataSources()
An array of summary information for one or more data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(DataSource... dataSources)
An array of summary information for one or more data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesResult.setDataSources(Collection<DataSource> dataSources)
An array of summary information for one or more data source connector.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(Collection<DataSource> dataSources)
An array of summary information for one or more data source connector.
|
Copyright © 2024. All rights reserved.