static PIIDetection.Builder |
PIIDetection.builder() |
|
PIIDetection.Builder |
PIIDetection.Builder.detectionParameters(String detectionParameters) |
Additional parameters for configuring PII detection behavior and sensitivity settings.
|
PIIDetection.Builder |
PIIDetection.Builder.detectionSensitivity(String detectionSensitivity) |
The sensitivity level for PII detection.
|
PIIDetection.Builder |
PIIDetection.Builder.entityTypesToDetect(String... entityTypesToDetect) |
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection.Builder |
PIIDetection.Builder.entityTypesToDetect(Collection<String> entityTypesToDetect) |
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection.Builder |
PIIDetection.Builder.inputs(String... inputs) |
The node ID inputs to the transform.
|
PIIDetection.Builder |
PIIDetection.Builder.inputs(Collection<String> inputs) |
The node ID inputs to the transform.
|
PIIDetection.Builder |
PIIDetection.Builder.maskValue(String maskValue) |
Indicates the value that will replace the detected entity.
|
PIIDetection.Builder |
PIIDetection.Builder.matchPattern(String matchPattern) |
A regular expression pattern used to identify additional PII content beyond the standard detection
algorithms.
|
PIIDetection.Builder |
PIIDetection.Builder.name(String name) |
The name of the transform node.
|
PIIDetection.Builder |
PIIDetection.Builder.numLeftCharsToExclude(Integer numLeftCharsToExclude) |
The number of characters to exclude from redaction on the left side of detected PII content.
|
PIIDetection.Builder |
PIIDetection.Builder.numRightCharsToExclude(Integer numRightCharsToExclude) |
The number of characters to exclude from redaction on the right side of detected PII content.
|
PIIDetection.Builder |
PIIDetection.Builder.outputColumnName(String outputColumnName) |
Indicates the output column name that will contain any entity type detected in that row.
|
PIIDetection.Builder |
PIIDetection.Builder.piiType(String piiType) |
Indicates the type of PIIDetection transform.
|
PIIDetection.Builder |
PIIDetection.Builder.piiType(PiiType piiType) |
Indicates the type of PIIDetection transform.
|
PIIDetection.Builder |
PIIDetection.Builder.redactChar(String redactChar) |
The character used to replace detected PII content when redaction is enabled.
|
PIIDetection.Builder |
PIIDetection.Builder.redactText(String redactText) |
Specifies whether to redact the detected PII text.
|
PIIDetection.Builder |
PIIDetection.Builder.sampleFraction(Double sampleFraction) |
Indicates the fraction of the data to sample when scanning for PII entities.
|
PIIDetection.Builder |
PIIDetection.Builder.thresholdFraction(Double thresholdFraction) |
Indicates the fraction of the data that must be met in order for a column to be identified as PII data.
|
PIIDetection.Builder |
PIIDetection.toBuilder() |
|