| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static SeverityLevel.Builder |
SeverityLevel.builder() |
SeverityLevel.Builder |
SeverityLevel.Builder.occurrencesThreshold(Long occurrencesThreshold)
The minimum number of occurrences of text that must match the custom data identifier's detection criteria in
order to produce a finding with the specified severity (severity).
|
SeverityLevel.Builder |
SeverityLevel.Builder.severity(DataIdentifierSeverity severity)
The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified
threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold
for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.
|
SeverityLevel.Builder |
SeverityLevel.Builder.severity(String severity)
The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified
threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold
for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.
|
SeverityLevel.Builder |
SeverityLevel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SeverityLevel.Builder> |
SeverityLevel.serializableBuilderClass() |
Copyright © 2022. All rights reserved.