Interface DICOMImportJobProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>,SdkBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>,SdkPojo
- Enclosing class:
- DICOMImportJobProperties
public static interface DICOMImportJobProperties.Builder extends SdkPojo, CopyableBuilder<DICOMImportJobProperties.Builder,DICOMImportJobProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DICOMImportJobProperties.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.DICOMImportJobProperties.BuilderdatastoreId(String datastoreId)The data store identifier.DICOMImportJobProperties.BuilderendedAt(Instant endedAt)The timestamp for when the import job was ended.DICOMImportJobProperties.BuilderinputS3Uri(String inputS3Uri)The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.DICOMImportJobProperties.BuilderjobId(String jobId)The import job identifier.DICOMImportJobProperties.BuilderjobName(String jobName)The import job name.DICOMImportJobProperties.BuilderjobStatus(String jobStatus)The filters for listing import jobs based on status.DICOMImportJobProperties.BuilderjobStatus(JobStatus jobStatus)The filters for listing import jobs based on status.DICOMImportJobProperties.Buildermessage(String message)The error message thrown if an import job fails.DICOMImportJobProperties.BuilderoutputS3Uri(String outputS3Uri)The output prefix of the S3 bucket to upload the results of the DICOM import job.DICOMImportJobProperties.BuildersubmittedAt(Instant submittedAt)The timestamp for when the import job was submitted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobId
DICOMImportJobProperties.Builder jobId(String jobId)
The import job identifier.
- Parameters:
jobId- The import job identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
DICOMImportJobProperties.Builder jobName(String jobName)
The import job name.
- Parameters:
jobName- The import job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
DICOMImportJobProperties.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
-
jobStatus
DICOMImportJobProperties.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
-
datastoreId
DICOMImportJobProperties.Builder datastoreId(String datastoreId)
The data store identifier.
- Parameters:
datastoreId- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRoleArn
DICOMImportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
- Parameters:
dataAccessRoleArn- The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
DICOMImportJobProperties.Builder endedAt(Instant endedAt)
The timestamp for when the import job was ended.
- Parameters:
endedAt- The timestamp for when the import job was ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedAt
DICOMImportJobProperties.Builder submittedAt(Instant submittedAt)
The timestamp for when the import job was submitted.
- Parameters:
submittedAt- The timestamp for when the import job was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputS3Uri
DICOMImportJobProperties.Builder inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
- Parameters:
inputS3Uri- The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Uri
DICOMImportJobProperties.Builder outputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
- Parameters:
outputS3Uri- The output prefix of the S3 bucket to upload the results of the DICOM import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
DICOMImportJobProperties.Builder message(String message)
The error message thrown if an import job fails.
- Parameters:
message- The error message thrown if an import job fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-