| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
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(PiiEntitiesDetectionMaskMode maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
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.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(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.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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedactionConfig.Builder> |
RedactionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PiiEntitiesDetectionJobProperties.Builder |
PiiEntitiesDetectionJobProperties.Builder.redactionConfig(Consumer<RedactionConfig.Builder> redactionConfig)
Provides configuration parameters for PII entity redaction.
|
default StartPiiEntitiesDetectionJobRequest.Builder |
StartPiiEntitiesDetectionJobRequest.Builder.redactionConfig(Consumer<RedactionConfig.Builder> redactionConfig)
Provides configuration parameters for PII entity redaction.
|
Copyright © 2023. All rights reserved.