Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.StartDicomImportJobResponse.Builder
-
Packages that use StartDicomImportJobResponse.Builder Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of StartDicomImportJobResponse.Builder in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return StartDicomImportJobResponse.Builder Modifier and Type Method Description static StartDicomImportJobResponse.BuilderStartDicomImportJobResponse. builder()StartDicomImportJobResponse.BuilderStartDicomImportJobResponse.Builder. datastoreId(String datastoreId)The data store identifier.StartDicomImportJobResponse.BuilderStartDicomImportJobResponse.Builder. jobId(String jobId)The import job identifier.StartDicomImportJobResponse.BuilderStartDicomImportJobResponse.Builder. jobStatus(String jobStatus)The import job status.StartDicomImportJobResponse.BuilderStartDicomImportJobResponse.Builder. jobStatus(JobStatus jobStatus)The import job status.StartDicomImportJobResponse.BuilderStartDicomImportJobResponse.Builder. submittedAt(Instant submittedAt)The timestamp when the import job was submitted.StartDicomImportJobResponse.BuilderStartDicomImportJobResponse. toBuilder()Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type StartDicomImportJobResponse.Builder Modifier and Type Method Description static Class<? extends StartDicomImportJobResponse.Builder>StartDicomImportJobResponse. serializableBuilderClass()
-