| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig |
OutputDataConfig.fromS3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
Create an instance of this class with
s3Configuration() initialized to the given value. |
static OutputDataConfig |
OutputDataConfig.fromS3Configuration(S3Configuration s3Configuration)
Create an instance of this class with
s3Configuration() initialized to the given value. |
OutputDataConfig |
StartFhirImportJobRequest.jobOutputDataConfig()
Returns the value of the JobOutputDataConfig property for this object.
|
OutputDataConfig |
ImportJobProperties.jobOutputDataConfig()
Returns the value of the JobOutputDataConfig property for this object.
|
OutputDataConfig |
ExportJobProperties.outputDataConfig()
The output data configuration that was supplied when the export job was created.
|
OutputDataConfig |
StartFhirExportJobRequest.outputDataConfig()
The output data configuration that was supplied when the export job was created.
|
| Modifier and Type | Method and Description |
|---|---|
StartFhirImportJobRequest.Builder |
StartFhirImportJobRequest.Builder.jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
Sets the value of the JobOutputDataConfig property for this object.
|
ImportJobProperties.Builder |
ImportJobProperties.Builder.jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
Sets the value of the JobOutputDataConfig property for this object.
|
ExportJobProperties.Builder |
ExportJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
StartFhirExportJobRequest.Builder |
StartFhirExportJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
Copyright © 2023. All rights reserved.