Uses of Interface
software.amazon.awssdk.services.healthlake.model.DescribeFhirImportJobResponse.Builder
-
Packages that use DescribeFhirImportJobResponse.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of DescribeFhirImportJobResponse.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DescribeFhirImportJobResponse.Builder Modifier and Type Method Description static DescribeFhirImportJobResponse.BuilderDescribeFhirImportJobResponse. builder()default DescribeFhirImportJobResponse.BuilderDescribeFhirImportJobResponse.Builder. importJobProperties(Consumer<ImportJobProperties.Builder> importJobProperties)The properties of the Import job request, including the ID, ARN, name, and the status of the job.DescribeFhirImportJobResponse.BuilderDescribeFhirImportJobResponse.Builder. importJobProperties(ImportJobProperties importJobProperties)The properties of the Import job request, including the ID, ARN, name, and the status of the job.DescribeFhirImportJobResponse.BuilderDescribeFhirImportJobResponse. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DescribeFhirImportJobResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFhirImportJobResponse.Builder>DescribeFhirImportJobResponse. serializableBuilderClass()
-