| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobData |
ImportJobData.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
ImportJobData |
ImportJobData.clearMetadataEntries()
Removes all the entries added into Metadata.
|
ImportJobData |
ImportJobData.clone() |
ImportJobData |
StartImportJobResult.getImportJob()
The import job.
|
ImportJobData |
GetImportJobResult.getImportJob()
The import job.
|
ImportJobData |
ImportJobData.withCreatedTime(Date createdTime)
The timestamp when the import job was created.
|
ImportJobData |
ImportJobData.withExternalSourceConfiguration(ExternalSourceConfiguration externalSourceConfiguration) |
ImportJobData |
ImportJobData.withFailedRecordReport(String failedRecordReport)
The link to donwload the information of resource data that failed to be imported.
|
ImportJobData |
ImportJobData.withImportJobId(String importJobId)
The identifier of the import job.
|
ImportJobData |
ImportJobData.withImportJobType(ImportJobType importJobType)
The type of the import job.
|
ImportJobData |
ImportJobData.withImportJobType(String importJobType)
The type of the import job.
|
ImportJobData |
ImportJobData.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ImportJobData |
ImportJobData.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ImportJobData |
ImportJobData.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the import job data was last modified.
|
ImportJobData |
ImportJobData.withMetadata(Map<String,String> metadata)
The metadata fields of the imported Amazon Q in Connect resources.
|
ImportJobData |
ImportJobData.withStatus(ImportJobStatus status)
The status of the import job.
|
ImportJobData |
ImportJobData.withStatus(String status)
The status of the import job.
|
ImportJobData |
ImportJobData.withUploadId(String uploadId)
A pointer to the uploaded asset.
|
ImportJobData |
ImportJobData.withUrl(String url)
The download link to the resource file that is uploaded to the import job.
|
ImportJobData |
ImportJobData.withUrlExpiry(Date urlExpiry)
The expiration time of the URL as an epoch timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartImportJobResult.setImportJob(ImportJobData importJob)
The import job.
|
void |
GetImportJobResult.setImportJob(ImportJobData importJob)
The import job.
|
StartImportJobResult |
StartImportJobResult.withImportJob(ImportJobData importJob)
The import job.
|
GetImportJobResult |
GetImportJobResult.withImportJob(ImportJobData importJob)
The import job.
|
Copyright © 2024. All rights reserved.