@Generated(value="software.amazon.awssdk:codegen") public final class PiiOutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>
Provides configuration parameters for the output of PII entity detection jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PiiOutputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PiiOutputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PiiOutputDataConfig.Builder> |
serializableBuilderClass() |
PiiOutputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.
public final 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.
public PiiOutputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>public static PiiOutputDataConfig.Builder builder()
public static Class<? extends PiiOutputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.