| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJob |
DataSourceSyncJob.clone() |
DataSourceSyncJob |
DataSourceSyncJob.withDataSourceErrorCode(String dataSourceErrorCode)
If the reason that the synchronization failed is due to an error with the underlying data source, this field
contains a code that identifies the error.
|
DataSourceSyncJob |
DataSourceSyncJob.withEndTime(Date endTime)
The Unix timestamp when the synchronization job completed.
|
DataSourceSyncJob |
DataSourceSyncJob.withError(ErrorDetail error)
If the
Status field is set to FAILED, the ErrorCode field indicates the
reason the synchronization failed. |
DataSourceSyncJob |
DataSourceSyncJob.withExecutionId(String executionId)
The identifier of a data source synchronization job.
|
DataSourceSyncJob |
DataSourceSyncJob.withMetrics(DataSourceSyncJobMetrics metrics)
Maps a batch delete document request to a specific data source sync job.
|
DataSourceSyncJob |
DataSourceSyncJob.withStartTime(Date startTime)
The Unix time stamp when the data source synchronization job started.
|
DataSourceSyncJob |
DataSourceSyncJob.withStatus(DataSourceSyncJobStatus status)
The status of the synchronization job.
|
DataSourceSyncJob |
DataSourceSyncJob.withStatus(String status)
The status of the synchronization job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSyncJob> |
ListDataSourceSyncJobsResult.getHistory()
A history of synchronization jobs for the data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsResult |
ListDataSourceSyncJobsResult.withHistory(DataSourceSyncJob... history)
A history of synchronization jobs for the data source connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourceSyncJobsResult.setHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source connector.
|
ListDataSourceSyncJobsResult |
ListDataSourceSyncJobsResult.withHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source connector.
|
Copyright © 2025. All rights reserved.