Class PiiOutputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.PiiOutputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePiiOutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PiiOutputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.Strings3Uri()When you use thePiiOutputDataConfigobject 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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Uri
public final 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.- Returns:
- 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.
-
kmsKeyId
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.
- Returns:
- ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
-
toBuilder
public PiiOutputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PiiOutputDataConfig.Builder,PiiOutputDataConfig>
-
builder
public static PiiOutputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends PiiOutputDataConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-