public static interface DICOMImportJobSummary.Builder extends SdkPojo, CopyableBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
DICOMImportJobSummary.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
DICOMImportJobSummary.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
DICOMImportJobSummary.Builder |
endedAt(Instant endedAt)
The timestamp when an import job ended.
|
DICOMImportJobSummary.Builder |
jobId(String jobId)
The import job identifier.
|
DICOMImportJobSummary.Builder |
jobName(String jobName)
The import job name.
|
DICOMImportJobSummary.Builder |
jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobSummary.Builder |
jobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobSummary.Builder |
message(String message)
The error message thrown if an import job fails.
|
DICOMImportJobSummary.Builder |
submittedAt(Instant submittedAt)
The timestamp when an import job was submitted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDICOMImportJobSummary.Builder jobId(String jobId)
The import job identifier.
jobId - The import job identifier.DICOMImportJobSummary.Builder jobName(String jobName)
The import job name.
jobName - The import job name.DICOMImportJobSummary.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
DICOMImportJobSummary.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
DICOMImportJobSummary.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.DICOMImportJobSummary.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.DICOMImportJobSummary.Builder endedAt(Instant endedAt)
The timestamp when an import job ended.
endedAt - The timestamp when an import job ended.DICOMImportJobSummary.Builder submittedAt(Instant submittedAt)
The timestamp when an import job was submitted.
submittedAt - The timestamp when an import job was submitted.DICOMImportJobSummary.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.