Interface DICOMImportJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>,SdkBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>,SdkPojo
- Enclosing class:
- DICOMImportJobSummary
public static interface DICOMImportJobSummary.Builder extends SdkPojo, CopyableBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DICOMImportJobSummary.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.DICOMImportJobSummary.BuilderdatastoreId(String datastoreId)The data store identifier.DICOMImportJobSummary.BuilderendedAt(Instant endedAt)The timestamp when an import job ended.DICOMImportJobSummary.BuilderjobId(String jobId)The import job identifier.DICOMImportJobSummary.BuilderjobName(String jobName)The import job name.DICOMImportJobSummary.BuilderjobStatus(String jobStatus)The filters for listing import jobs based on status.DICOMImportJobSummary.BuilderjobStatus(JobStatus jobStatus)The filters for listing import jobs based on status.DICOMImportJobSummary.Buildermessage(String message)The error message thrown if an import job fails.DICOMImportJobSummary.BuildersubmittedAt(Instant submittedAt)The timestamp when an 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
DICOMImportJobSummary.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
DICOMImportJobSummary.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
DICOMImportJobSummary.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
-
jobStatus
DICOMImportJobSummary.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
-
datastoreId
DICOMImportJobSummary.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
DICOMImportJobSummary.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
DICOMImportJobSummary.Builder endedAt(Instant endedAt)
The timestamp when an import job ended.
- Parameters:
endedAt- The timestamp when an import job ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedAt
DICOMImportJobSummary.Builder submittedAt(Instant submittedAt)
The timestamp when an import job was submitted.
- Parameters:
submittedAt- The timestamp when an import job was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
DICOMImportJobSummary.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.
-
-