| Package | Description |
|---|---|
| com.amazonaws.services.kendra.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 datetime that the synchronization job was completed.
|
DataSourceSyncJob |
DataSourceSyncJob.withErrorCode(ErrorCode errorCode)
If the
Status field is set to FAILED, the ErrorCode field contains a the
reason that the synchronization failed. |
DataSourceSyncJob |
DataSourceSyncJob.withErrorCode(String errorCode)
If the
Status field is set to FAILED, the ErrorCode field contains a the
reason that the synchronization failed. |
DataSourceSyncJob |
DataSourceSyncJob.withErrorMessage(String errorMessage)
If the
Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail. |
DataSourceSyncJob |
DataSourceSyncJob.withExecutionId(String executionId)
A unique identifier for the 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 datetime that the synchronization job was started.
|
DataSourceSyncJob |
DataSourceSyncJob.withStatus(DataSourceSyncJobStatus status)
The execution status of the synchronization job.
|
DataSourceSyncJob |
DataSourceSyncJob.withStatus(String status)
The execution status of the synchronization job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSyncJob> |
ListDataSourceSyncJobsResult.getHistory()
A history of synchronization jobs for the data source.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsResult |
ListDataSourceSyncJobsResult.withHistory(DataSourceSyncJob... history)
A history of synchronization jobs for the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourceSyncJobsResult.setHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
|
ListDataSourceSyncJobsResult |
ListDataSourceSyncJobsResult.withHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
|
Copyright © 2020. All rights reserved.