Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
PIIDetection |
PIIDetection.clone() |
PIIDetection |
CodeGenConfigurationNode.getPIIDetection()
Specifies a transform that identifies, removes or masks PII data.
|
PIIDetection |
PIIDetection.withEntityTypesToDetect(Collection<String> entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection |
PIIDetection.withEntityTypesToDetect(String... entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection |
PIIDetection.withInputs(Collection<String> inputs)
The node ID inputs to the transform.
|
PIIDetection |
PIIDetection.withInputs(String... inputs)
The node ID inputs to the transform.
|
PIIDetection |
PIIDetection.withMaskValue(String maskValue)
Indicates the value that will replace the detected entity.
|
PIIDetection |
PIIDetection.withName(String name)
The name of the transform node.
|
PIIDetection |
PIIDetection.withOutputColumnName(String outputColumnName)
Indicates the output column name that will contain any entity type detected in that row.
|
PIIDetection |
PIIDetection.withPiiType(PiiType piiType)
Indicates the type of PIIDetection transform.
|
PIIDetection |
PIIDetection.withPiiType(String piiType)
Indicates the type of PIIDetection transform.
|
PIIDetection |
PIIDetection.withSampleFraction(Double sampleFraction)
Indicates the fraction of the data to sample when scanning for PII entities.
|
PIIDetection |
PIIDetection.withThresholdFraction(Double thresholdFraction)
Indicates the fraction of the data that must be met in order for a column to be identified as PII data.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
|
Copyright © 2023. All rights reserved.