Uses of Interface
software.amazon.awssdk.services.healthlake.model.StartFhirExportJobResponse.Builder
-
Packages that use StartFhirExportJobResponse.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of StartFhirExportJobResponse.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return StartFhirExportJobResponse.Builder Modifier and Type Method Description static StartFhirExportJobResponse.BuilderStartFhirExportJobResponse. builder()StartFhirExportJobResponse.BuilderStartFhirExportJobResponse.Builder. datastoreId(String datastoreId)The AWS generated ID for the data store from which files are being exported for an export job.StartFhirExportJobResponse.BuilderStartFhirExportJobResponse.Builder. jobId(String jobId)The AWS generated ID for an export job.StartFhirExportJobResponse.BuilderStartFhirExportJobResponse.Builder. jobStatus(String jobStatus)The status of a FHIR export job.StartFhirExportJobResponse.BuilderStartFhirExportJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of a FHIR export job.StartFhirExportJobResponse.BuilderStartFhirExportJobResponse. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type StartFhirExportJobResponse.Builder Modifier and Type Method Description static Class<? extends StartFhirExportJobResponse.Builder>StartFhirExportJobResponse. serializableBuilderClass()
-