Interface StartDicomImportJobRequest.Builder

    • 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.