Interface PiiOutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>,SdkBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>,SdkPojo
- Enclosing class:
- PiiOutputDataConfig
public static interface PiiOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiiOutputDataConfig.BuilderkmsKeyId(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.Builders3Uri(String s3Uri)When you use thePiiOutputDataConfigobject with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Uri
PiiOutputDataConfig.Builder s3Uri(String s3Uri)
When you use the
PiiOutputDataConfigobject 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
.outappended at the end.- Parameters:
s3Uri- When you use thePiiOutputDataConfigobject 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
.outappended 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.
-
-