public static interface RedactionConfig.Builder extends SdkPojo, CopyableBuilder<RedactionConfig.Builder,RedactionConfig>
| Modifier and Type | Method and Description |
|---|---|
RedactionConfig.Builder |
maskCharacter(String maskCharacter)
A character that replaces each character in the redacted PII entity.
|
RedactionConfig.Builder |
maskMode(PiiEntitiesDetectionMaskMode maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionConfig.Builder |
maskMode(String maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
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 |
piiEntityTypes(PiiEntityType... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
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 |
piiEntityTypesWithStrings(String... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedactionConfig.Builder piiEntityTypesWithStrings(Collection<String> piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
piiEntityTypes - An array of the types of PII entities that Amazon Comprehend detects in the input text for your
request.RedactionConfig.Builder piiEntityTypesWithStrings(String... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
piiEntityTypes - An array of the types of PII entities that Amazon Comprehend detects in the input text for your
request.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.
piiEntityTypes - An array of the types of PII entities that Amazon Comprehend detects in the input text for your
request.RedactionConfig.Builder piiEntityTypes(PiiEntityType... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
piiEntityTypes - An array of the types of PII entities that Amazon Comprehend detects in the input text for your
request.RedactionConfig.Builder maskMode(String maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
maskMode - Specifies whether the PII entity is redacted with the mask character or the entity type.PiiEntitiesDetectionMaskMode,
PiiEntitiesDetectionMaskModeRedactionConfig.Builder maskMode(PiiEntitiesDetectionMaskMode maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
maskMode - Specifies whether the PII entity is redacted with the mask character or the entity type.PiiEntitiesDetectionMaskMode,
PiiEntitiesDetectionMaskModeRedactionConfig.Builder maskCharacter(String maskCharacter)
A character that replaces each character in the redacted PII entity.
maskCharacter - A character that replaces each character in the redacted PII entity.Copyright © 2023. All rights reserved.