public static interface DICOMImportJobProperties.Builder extends SdkPojo, CopyableBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>
| Modifier and Type | Method and Description |
|---|---|
DICOMImportJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
DICOMImportJobProperties.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
DICOMImportJobProperties.Builder |
endedAt(Instant endedAt)
The timestamp for when the import job was ended.
|
DICOMImportJobProperties.Builder |
inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
|
DICOMImportJobProperties.Builder |
jobId(String jobId)
The import job identifier.
|
DICOMImportJobProperties.Builder |
jobName(String jobName)
The import job name.
|
DICOMImportJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobProperties.Builder |
jobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobProperties.Builder |
message(String message)
The error message thrown if an import job fails.
|
DICOMImportJobProperties.Builder |
outputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
DICOMImportJobProperties.Builder |
submittedAt(Instant submittedAt)
The timestamp for when the import job was submitted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDICOMImportJobProperties.Builder jobId(String jobId)
The import job identifier.
jobId - The import job identifier.DICOMImportJobProperties.Builder jobName(String jobName)
The import job name.
jobName - The import job name.DICOMImportJobProperties.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
DICOMImportJobProperties.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
DICOMImportJobProperties.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.DICOMImportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
dataAccessRoleArn - The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.DICOMImportJobProperties.Builder endedAt(Instant endedAt)
The timestamp for when the import job was ended.
endedAt - The timestamp for when the import job was ended.DICOMImportJobProperties.Builder submittedAt(Instant submittedAt)
The timestamp for when the import job was submitted.
submittedAt - The timestamp for when the import job was submitted.DICOMImportJobProperties.Builder inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
inputS3Uri - The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.DICOMImportJobProperties.Builder outputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
outputS3Uri - The output prefix of the S3 bucket to upload the results of the DICOM import job.DICOMImportJobProperties.Builder message(String message)
The error message thrown if an import job fails.
message - The error message thrown if an import job fails.Copyright © 2023. All rights reserved.