public static interface StartDicomImportJobRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDicomImportJobRequest.Builder |
clientToken(String clientToken)
A unique identifier for API idempotency.
|
StartDicomImportJobRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
|
StartDicomImportJobRequest.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
StartDicomImportJobRequest.Builder |
inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
|
StartDicomImportJobRequest.Builder |
jobName(String jobName)
The import job name.
|
StartDicomImportJobRequest.Builder |
outputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
StartDicomImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDicomImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDicomImportJobRequest.Builder jobName(String jobName)
The import job name.
jobName - The import job name.StartDicomImportJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging
resources.StartDicomImportJobRequest.Builder clientToken(String clientToken)
A unique identifier for API idempotency.
clientToken - A unique identifier for API idempotency.StartDicomImportJobRequest.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.StartDicomImportJobRequest.Builder inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
inputS3Uri - The input prefix path for the S3 bucket that contains the DICOM files to be imported.StartDicomImportJobRequest.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.StartDicomImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDicomImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.