static ImportJobData.Builder |
ImportJobData.builder() |
|
ImportJobData.Builder |
ImportJobData.Builder.createdTime(Instant createdTime) |
The timestamp when the import job was created.
|
default ImportJobData.Builder |
ImportJobData.Builder.externalSourceConfiguration(Consumer<ExternalSourceConfiguration.Builder> externalSourceConfiguration) |
Sets the value of the ExternalSourceConfiguration property for this object.
|
ImportJobData.Builder |
ImportJobData.Builder.externalSourceConfiguration(ExternalSourceConfiguration externalSourceConfiguration) |
Sets the value of the ExternalSourceConfiguration property for this object.
|
ImportJobData.Builder |
ImportJobData.Builder.failedRecordReport(String failedRecordReport) |
The link to donwload the information of resource data that failed to be imported.
|
ImportJobData.Builder |
ImportJobData.Builder.importJobId(String importJobId) |
The identifier of the import job.
|
ImportJobData.Builder |
ImportJobData.Builder.importJobType(String importJobType) |
The type of the import job.
|
ImportJobData.Builder |
ImportJobData.Builder.importJobType(ImportJobType importJobType) |
The type of the import job.
|
ImportJobData.Builder |
ImportJobData.Builder.knowledgeBaseArn(String knowledgeBaseArn) |
The Amazon Resource Name (ARN) of the knowledge base.
|
ImportJobData.Builder |
ImportJobData.Builder.knowledgeBaseId(String knowledgeBaseId) |
The identifier of the knowledge base.
|
ImportJobData.Builder |
ImportJobData.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when the import job data was last modified.
|
ImportJobData.Builder |
ImportJobData.Builder.metadata(Map<String,String> metadata) |
The metadata fields of the imported Amazon Q resources.
|
ImportJobData.Builder |
ImportJobData.Builder.status(String status) |
The status of the import job.
|
ImportJobData.Builder |
ImportJobData.Builder.status(ImportJobStatus status) |
The status of the import job.
|
ImportJobData.Builder |
ImportJobData.toBuilder() |
|
ImportJobData.Builder |
ImportJobData.Builder.uploadId(String uploadId) |
A pointer to the uploaded asset.
|
ImportJobData.Builder |
ImportJobData.Builder.url(String url) |
The download link to the resource file that is uploaded to the import job.
|
ImportJobData.Builder |
ImportJobData.Builder.urlExpiry(Instant urlExpiry) |
The expiration time of the URL as an epoch timestamp.
|