Uses of Interface
software.amazon.awssdk.services.healthlake.model.InputDataConfig.Builder
-
Packages that use InputDataConfig.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of InputDataConfig.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return InputDataConfig.Builder Modifier and Type Method Description static InputDataConfig.BuilderInputDataConfig. builder()InputDataConfig.BuilderInputDataConfig.Builder. s3Uri(String s3Uri)The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.InputDataConfig.BuilderInputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type InputDataConfig.Builder Modifier and Type Method Description static Class<? extends InputDataConfig.Builder>InputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type InputDataConfig.Builder Modifier and Type Method Description default ImportJobProperties.BuilderImportJobProperties.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)The input data configuration that was supplied when the Import job was created.default StartFhirImportJobRequest.BuilderStartFhirImportJobRequest.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)The input properties of the FHIR Import job in the StartFHIRImport job request.
-