| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobProperties |
ImportJobProperties.clone() |
ImportJobProperties |
DescribeFHIRImportJobResult.getImportJobProperties()
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
ImportJobProperties |
ImportJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
ImportJobProperties |
ImportJobProperties.withDatastoreId(String datastoreId)
The datastore id used when the Import job was created.
|
ImportJobProperties |
ImportJobProperties.withEndTime(Date endTime)
The time that the Import job was completed.
|
ImportJobProperties |
ImportJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
ImportJobProperties |
ImportJobProperties.withJobId(String jobId)
The AWS-generated id number for the Import job.
|
ImportJobProperties |
ImportJobProperties.withJobName(String jobName)
The user-generated name for an Import job.
|
ImportJobProperties |
ImportJobProperties.withJobStatus(JobStatus jobStatus)
The job status for an Import job.
|
ImportJobProperties |
ImportJobProperties.withJobStatus(String jobStatus)
The job status for an Import job.
|
ImportJobProperties |
ImportJobProperties.withMessage(String message)
An explanation of any errors that may have occurred during the FHIR import job.
|
ImportJobProperties |
ImportJobProperties.withSubmitTime(Date submitTime)
The time that the Import job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFHIRImportJobResult.setImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
DescribeFHIRImportJobResult |
DescribeFHIRImportJobResult.withImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
Copyright © 2021. All rights reserved.