| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
ImportJobProperties.getInputDataConfig()
The input data configuration that was supplied when the Import job was created.
|
InputDataConfig |
StartFHIRImportJobRequest.getInputDataConfig()
The input properties of the FHIR Import job in the StartFHIRImport job request.
|
InputDataConfig |
InputDataConfig.withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
void |
StartFHIRImportJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
The input properties of the FHIR Import job in the StartFHIRImport job request.
|
ImportJobProperties |
ImportJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
StartFHIRImportJobRequest |
StartFHIRImportJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
The input properties of the FHIR Import job in the StartFHIRImport job request.
|
Copyright © 2022. All rights reserved.