@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PiiOutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
Provides configuration parameters for the output of PII entity detection jobs.
Constructor and Description |
---|
PiiOutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
PiiOutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
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 |
getS3Uri()
When you use the
PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(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.
|
void |
setS3Uri(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. |
String |
toString()
Returns a string representation of this object.
|
PiiOutputDataConfig |
withKmsKeyId(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 |
withS3Uri(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. |
public void setS3Uri(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.
public String getS3Uri()
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 PiiOutputDataConfig withS3Uri(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.
public void setKmsKeyId(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.public String getKmsKeyId()
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 withKmsKeyId(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.public String toString()
toString
in class Object
Object.toString()
public PiiOutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.