Interface PiiOutputDataConfig.Builder

    • Method Detail

      • s3Uri

        PiiOutputDataConfig.Builder s3Uri​(String s3Uri)

        When you use the PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.

        For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out appended at the end.

        Parameters:
        s3Uri - When you use the PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.

        For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out appended at the end.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        PiiOutputDataConfig.Builder kmsKeyId​(String kmsKeyId)

        ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.

        Parameters:
        kmsKeyId - ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.