@Generated(value="software.amazon.awssdk:codegen") public final class DICOMImportJobProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>
Properties of the import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DICOMImportJobProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DICOMImportJobProperties.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
String |
datastoreId()
The data store identifier.
|
Instant |
endedAt()
The timestamp for when the import job was ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
|
String |
jobId()
The import job identifier.
|
String |
jobName()
The import job name.
|
JobStatus |
jobStatus()
The filters for listing import jobs based on status.
|
String |
jobStatusAsString()
The filters for listing import jobs based on status.
|
String |
message()
The error message thrown if an import job fails.
|
String |
outputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DICOMImportJobProperties.Builder> |
serializableBuilderClass() |
Instant |
submittedAt()
The timestamp for when the import job was submitted.
|
DICOMImportJobProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The import job identifier.
public final String jobName()
The import job name.
public final JobStatus jobStatus()
The filters for listing import jobs based on status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String jobStatusAsString()
The filters for listing import jobs based on status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String datastoreId()
The data store identifier.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
public final Instant endedAt()
The timestamp for when the import job was ended.
public final Instant submittedAt()
The timestamp for when the import job was submitted.
public final String inputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
public final String outputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
public final String message()
The error message thrown if an import job fails.
public DICOMImportJobProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>public static DICOMImportJobProperties.Builder builder()
public static Class<? extends DICOMImportJobProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.