static RedactionConfig.Builder |
RedactionConfig.builder() |
|
RedactionConfig.Builder |
RedactionConfig.Builder.maskCharacter(String maskCharacter) |
A character that replaces each character in the redacted PII entity.
|
RedactionConfig.Builder |
RedactionConfig.Builder.maskMode(String maskMode) |
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionConfig.Builder |
RedactionConfig.Builder.maskMode(PiiEntitiesDetectionMaskMode maskMode) |
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypes(Collection<PiiEntityType> piiEntityTypes) |
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypes(PiiEntityType... piiEntityTypes) |
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypesWithStrings(String... piiEntityTypes) |
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypesWithStrings(Collection<String> piiEntityTypes) |
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig.Builder |
RedactionConfig.toBuilder() |
|