Class StartDicomImportJobRequest

    • Method Detail

      • jobName

        public final String jobName()

        The import job name.

        Returns:
        The import job name.
      • dataAccessRoleArn

        public final String dataAccessRoleArn()

        The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
      • clientToken

        public final String clientToken()

        A unique identifier for API idempotency.

        Returns:
        A unique identifier for API idempotency.
      • datastoreId

        public final String datastoreId()

        The data store identifier.

        Returns:
        The data store identifier.
      • inputS3Uri

        public final String inputS3Uri()

        The input prefix path for the S3 bucket that contains the DICOM files to be imported.

        Returns:
        The input prefix path for the S3 bucket that contains the DICOM files to be imported.
      • outputS3Uri

        public final String outputS3Uri()

        The output prefix of the S3 bucket to upload the results of the DICOM import job.

        Returns:
        The output prefix of the S3 bucket to upload the results of the DICOM import job.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object