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 AWS 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.
s3Uri - When you use the PiiOutputDataConfig object with asynchronous operations, you specify the
Amazon S3 location where you want to write the output data.PiiOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
kmsKeyId - ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output
results from an analysis job.Copyright © 2021. All rights reserved.