| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJobProperties |
ExportJobProperties.clone() |
ExportJobProperties |
DescribeFHIRExportJobResult.getExportJobProperties()
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
ExportJobProperties |
ExportJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name used during the initiation of the job.
|
ExportJobProperties |
ExportJobProperties.withDatastoreId(String datastoreId)
The AWS generated ID for the Data Store from which files are being exported for an export job.
|
ExportJobProperties |
ExportJobProperties.withEndTime(Date endTime)
The time an export job completed.
|
ExportJobProperties |
ExportJobProperties.withJobId(String jobId)
The AWS generated ID for an export job.
|
ExportJobProperties |
ExportJobProperties.withJobName(String jobName)
The user generated name for an export job.
|
ExportJobProperties |
ExportJobProperties.withJobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
ExportJobProperties |
ExportJobProperties.withJobStatus(String jobStatus)
The status of a FHIR export job.
|
ExportJobProperties |
ExportJobProperties.withMessage(String message)
An explanation of any errors that may have occurred during the export job.
|
ExportJobProperties |
ExportJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
ExportJobProperties |
ExportJobProperties.withSubmitTime(Date submitTime)
The time an export job was initiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFHIRExportJobResult.setExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
DescribeFHIRExportJobResult |
DescribeFHIRExportJobResult.withExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
Copyright © 2021. All rights reserved.