Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.StartDicomImportJobRequest.Builder
-
Packages that use StartDicomImportJobRequest.Builder Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.model -
-
Uses of StartDicomImportJobRequest.Builder in software.amazon.awssdk.services.medicalimaging
Method parameters in software.amazon.awssdk.services.medicalimaging with type arguments of type StartDicomImportJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDicomImportJobResponse>MedicalImagingAsyncClient. startDICOMImportJob(Consumer<StartDicomImportJobRequest.Builder> startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store.default StartDicomImportJobResponseMedicalImagingClient. startDICOMImportJob(Consumer<StartDicomImportJobRequest.Builder> startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store. -
Uses of StartDicomImportJobRequest.Builder in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return StartDicomImportJobRequest.Builder Modifier and Type Method Description static StartDicomImportJobRequest.BuilderStartDicomImportJobRequest. builder()StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. clientToken(String clientToken)A unique identifier for API idempotency.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. dataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. datastoreId(String datastoreId)The data store identifier.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. inputS3Uri(String inputS3Uri)The input prefix path for the S3 bucket that contains the DICOM files to be imported.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. jobName(String jobName)The import job name.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. outputS3Uri(String outputS3Uri)The output prefix of the S3 bucket to upload the results of the DICOM import job.StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDicomImportJobRequest.BuilderStartDicomImportJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDicomImportJobRequest.BuilderStartDicomImportJobRequest. toBuilder()Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type StartDicomImportJobRequest.Builder Modifier and Type Method Description static Class<? extends StartDicomImportJobRequest.Builder>StartDicomImportJobRequest. serializableBuilderClass()
-