Interface StartDicomImportJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>,MedicalImagingRequest.Builder,SdkBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDicomImportJobRequest
public static interface StartDicomImportJobRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDicomImportJobRequest.BuilderclientToken(String clientToken)A unique identifier for API idempotency.StartDicomImportJobRequest.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.StartDicomImportJobRequest.BuilderdatastoreId(String datastoreId)The data store identifier.StartDicomImportJobRequest.BuilderinputS3Uri(String inputS3Uri)The input prefix path for the S3 bucket that contains the DICOM files to be imported.StartDicomImportJobRequest.BuilderjobName(String jobName)The import job name.StartDicomImportJobRequest.BuilderoutputS3Uri(String outputS3Uri)The output prefix of the S3 bucket to upload the results of the DICOM import job.StartDicomImportJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDicomImportJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest.Builder
build
-
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
-
jobName
StartDicomImportJobRequest.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.
-
dataAccessRoleArn
StartDicomImportJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
- Parameters:
dataAccessRoleArn- The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartDicomImportJobRequest.Builder clientToken(String clientToken)
A unique identifier for API idempotency.
- Parameters:
clientToken- A unique identifier for API idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreId
StartDicomImportJobRequest.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.
-
inputS3Uri
StartDicomImportJobRequest.Builder inputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
- Parameters:
inputS3Uri- The input prefix path for the S3 bucket that contains the DICOM files to be imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Uri
StartDicomImportJobRequest.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.
-
overrideConfiguration
StartDicomImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDicomImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-