CustomDetection.Builder |
CustomDetection.Builder.arn(String arn) |
The unique identifier for the custom data identifier.
|
static CustomDetection.Builder |
CustomDetection.builder() |
|
CustomDetection.Builder |
CustomDetection.Builder.count(Long count) |
The total number of occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.Builder.name(String name) |
The name of the custom data identifier.
|
default CustomDetection.Builder |
CustomDetection.Builder.occurrences(Consumer<Occurrences.Builder> occurrences) |
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.Builder.occurrences(Occurrences occurrences) |
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.toBuilder() |
|