| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static PIIDetection.Builder |
PIIDetection.builder() |
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.entityTypesToDetect(String... entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection.Builder |
PIIDetection.Builder.inputs(Collection<String> inputs)
The node ID inputs to the transform.
|
PIIDetection.Builder |
PIIDetection.Builder.inputs(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.name(String name)
The name of the transform node.
|
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(PiiType piiType)
Indicates the type of PIIDetection transform.
|
PIIDetection.Builder |
PIIDetection.Builder.piiType(String piiType)
Indicates the type of PIIDetection transform.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PIIDetection.Builder> |
PIIDetection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.piiDetection(Consumer<PIIDetection.Builder> piiDetection)
Specifies a transform that identifies, removes or masks PII data.
|
Copyright © 2023. All rights reserved.