| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
StartFHIRExportJobRequest.getOutputDataConfig()
The output data configuration that was supplied when the export job was created.
|
OutputDataConfig |
ExportJobProperties.getOutputDataConfig()
The output data configuration that was supplied when the export job was created.
|
OutputDataConfig |
OutputDataConfig.withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartFHIRExportJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
void |
ExportJobProperties.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
ExportJobProperties |
ExportJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
Copyright © 2021. All rights reserved.