public static interface PiiOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPiiOutputDataConfig.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.
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.
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.
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.Copyright © 2023. All rights reserved.