public static interface SeverityLevel.Builder extends SdkPojo, CopyableBuilder<SeverityLevel.Builder,SeverityLevel>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverityLevel.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).
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 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.
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.DataIdentifierSeverity,
DataIdentifierSeveritySeverityLevel.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.
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.DataIdentifierSeverity,
DataIdentifierSeverityCopyright © 2023. All rights reserved.