Uses of Interface
software.amazon.awssdk.services.macie2.model.SeverityLevel.Builder
-
Packages that use SeverityLevel.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SeverityLevel.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SeverityLevel.Builder Modifier and Type Method Description static SeverityLevel.BuilderSeverityLevel. builder()SeverityLevel.BuilderSeverityLevel.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.BuilderSeverityLevel.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.BuilderSeverityLevel.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.BuilderSeverityLevel. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SeverityLevel.Builder Modifier and Type Method Description static Class<? extends SeverityLevel.Builder>SeverityLevel. serializableBuilderClass()
-