public static interface RateLimitUriPath.Builder extends SdkPojo, CopyableBuilder<RateLimitUriPath.Builder,RateLimitUriPath>
| Modifier and Type | Method and Description |
|---|---|
RateLimitUriPath.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.
|
RateLimitUriPath.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.
|
RateLimitUriPath.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, buildRateLimitUriPath.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.RateLimitUriPath.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.RateLimitUriPath.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) Copyright © 2023. All rights reserved.