Uses of Interface
software.amazon.awssdk.services.healthlake.model.DescribeFhirExportJobRequest.Builder
-
Packages that use DescribeFhirExportJobRequest.Builder Package Description software.amazon.awssdk.services.healthlake AWS HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.software.amazon.awssdk.services.healthlake.model -
-
Uses of DescribeFhirExportJobRequest.Builder in software.amazon.awssdk.services.healthlake
Method parameters in software.amazon.awssdk.services.healthlake with type arguments of type DescribeFhirExportJobRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFhirExportJobResponse>HealthLakeAsyncClient. describeFHIRExportJob(Consumer<DescribeFhirExportJobRequest.Builder> describeFhirExportJobRequest)Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.default DescribeFhirExportJobResponseHealthLakeClient. describeFHIRExportJob(Consumer<DescribeFhirExportJobRequest.Builder> describeFhirExportJobRequest)Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job. -
Uses of DescribeFhirExportJobRequest.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DescribeFhirExportJobRequest.Builder Modifier and Type Method Description static DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest. builder()DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest.Builder. datastoreId(String datastoreId)The AWS generated ID for the data store from which files are being exported from for an export job.DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest.Builder. jobId(String jobId)The AWS generated ID for an export job.DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFhirExportJobRequest.BuilderDescribeFhirExportJobRequest. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DescribeFhirExportJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFhirExportJobRequest.Builder>DescribeFhirExportJobRequest. serializableBuilderClass()
-