Uses of Class
software.amazon.awssdk.services.healthlake.model.InputDataConfig
-
Packages that use InputDataConfig Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of InputDataConfig in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return InputDataConfig Modifier and Type Method Description static InputDataConfigInputDataConfig. fromS3Uri(String s3Uri)Create an instance of this class withs3Uri()initialized to the given value.InputDataConfigImportJobProperties. inputDataConfig()The input data configuration that was supplied when the Import job was created.InputDataConfigStartFhirImportJobRequest. inputDataConfig()The input properties of the FHIR Import job in the StartFHIRImport job request.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type InputDataConfig Modifier and Type Method Description ImportJobProperties.BuilderImportJobProperties.Builder. inputDataConfig(InputDataConfig inputDataConfig)The input data configuration that was supplied when the Import job was created.StartFhirImportJobRequest.BuilderStartFhirImportJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)The input properties of the FHIR Import job in the StartFHIRImport job request.
-