| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
InputDataConfig.builder() |
InputDataConfig.Builder |
InputDataConfig.Builder.s3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
InputDataConfig.Builder |
InputDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartFhirImportJobRequest.Builder |
StartFhirImportJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input properties of the FHIR Import job in the StartFHIRImport job request.
|
default ImportJobProperties.Builder |
ImportJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
Copyright © 2023. All rights reserved.