static SizeConstraintStatement.Builder |
SizeConstraintStatement.builder() |
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.comparisonOperator(String comparisonOperator) |
The operator to use to compare the request part to the size setting.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.comparisonOperator(ComparisonOperator comparisonOperator) |
The operator to use to compare the request part to the size setting.
|
default SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch) |
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch) |
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.size(Long size) |
The size, in byte, to compare to the request part, after any transformations.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.textTransformations(Collection<TextTransformation> textTransformations) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.textTransformations(Consumer<TextTransformation.Builder>... textTransformations) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.textTransformations(TextTransformation... textTransformations) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.toBuilder() |
|