public static interface SqliMatchStatement.Builder extends SdkPojo, CopyableBuilder<SqliMatchStatement.Builder,SqliMatchStatement>
| Modifier and Type | Method and Description |
|---|---|
default SqliMatchStatement.Builder |
fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement.Builder |
fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement.Builder |
sensitivityLevel(SensitivityLevel sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement.Builder |
sensitivityLevel(String sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement.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.
|
SqliMatchStatement.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.
|
SqliMatchStatement.Builder |
textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqliMatchStatement.Builder fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
fieldToMatch - The part of the web request that you want WAF to inspect.default SqliMatchStatement.Builder fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
This is a convenience method that creates an instance of theFieldToMatch.Builder avoiding the need
to create one manually via FieldToMatch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldToMatch(FieldToMatch).
fieldToMatch - a consumer that will call methods on FieldToMatch.BuilderfieldToMatch(FieldToMatch)SqliMatchStatement.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. Text transformations are used in rule match statements, to transform the
FieldToMatch request component before inspecting it, and they're used in rate-based rule
statements, to transform request components before using them as custom aggregation keys. If you specify one
or more transformations to apply, WAF performs all transformations on the specified content, starting from
the lowest priority setting, and then uses the transformed component contents.
textTransformations - Text transformations eliminate some of the unusual formatting that attackers use in web requests in an
effort to bypass detection. Text transformations are used in rule match statements, to transform the
FieldToMatch request component before inspecting it, and they're used in rate-based rule
statements, to transform request components before using them as custom aggregation keys. If you
specify one or more transformations to apply, WAF performs all transformations on the specified
content, starting from the lowest priority setting, and then uses the transformed component contents.SqliMatchStatement.Builder textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection. Text transformations are used in rule match statements, to transform the
FieldToMatch request component before inspecting it, and they're used in rate-based rule
statements, to transform request components before using them as custom aggregation keys. If you specify one
or more transformations to apply, WAF performs all transformations on the specified content, starting from
the lowest priority setting, and then uses the transformed component contents.
textTransformations - Text transformations eliminate some of the unusual formatting that attackers use in web requests in an
effort to bypass detection. Text transformations are used in rule match statements, to transform the
FieldToMatch request component before inspecting it, and they're used in rate-based rule
statements, to transform request components before using them as custom aggregation keys. If you
specify one or more transformations to apply, WAF performs all transformations on the specified
content, starting from the lowest priority setting, and then uses the transformed component contents.SqliMatchStatement.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. Text transformations are used in rule match statements, to transform the
FieldToMatch request component before inspecting it, and they're used in rate-based rule
statements, to transform request components before using them as custom aggregation keys. If you specify one
or more transformations to apply, WAF performs all transformations on the specified content, starting from
the lowest priority setting, and then uses the transformed component contents.
TextTransformation.Builder avoiding the need to create
one manually via TextTransformation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #textTransformations(List.
textTransformations - a consumer that will call methods on
TextTransformation.Builder#textTransformations(java.util.Collection) SqliMatchStatement.Builder sensitivityLevel(String sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
HIGH detects more attacks, but might generate more false positives, especially if your web
requests frequently contain unusual strings. For information about identifying and mitigating false
positives, see Testing
and tuning in the WAF Developer Guide.
LOW is generally a better choice for resources that already have other protections against SQL
injection attacks or that have a low tolerance for false positives.
Default: LOW
sensitivityLevel - The sensitivity that you want WAF to use to inspect for SQL injection attacks.
HIGH detects more attacks, but might generate more false positives, especially if your
web requests frequently contain unusual strings. For information about identifying and mitigating
false positives, see Testing and
tuning in the WAF Developer Guide.
LOW is generally a better choice for resources that already have other protections
against SQL injection attacks or that have a low tolerance for false positives.
Default: LOW
SensitivityLevel,
SensitivityLevelSqliMatchStatement.Builder sensitivityLevel(SensitivityLevel sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
HIGH detects more attacks, but might generate more false positives, especially if your web
requests frequently contain unusual strings. For information about identifying and mitigating false
positives, see Testing
and tuning in the WAF Developer Guide.
LOW is generally a better choice for resources that already have other protections against SQL
injection attacks or that have a low tolerance for false positives.
Default: LOW
sensitivityLevel - The sensitivity that you want WAF to use to inspect for SQL injection attacks.
HIGH detects more attacks, but might generate more false positives, especially if your
web requests frequently contain unusual strings. For information about identifying and mitigating
false positives, see Testing and
tuning in the WAF Developer Guide.
LOW is generally a better choice for resources that already have other protections
against SQL injection attacks or that have a low tolerance for false positives.
Default: LOW
SensitivityLevel,
SensitivityLevelCopyright © 2023. All rights reserved.