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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.