public static interface TextTransformation.Builder extends SdkPojo, CopyableBuilder<TextTransformation.Builder,TextTransformation>
| Modifier and Type | Method and Description |
|---|---|
TextTransformation.Builder |
priority(Integer priority)
Sets the relative processing order for multiple transformations.
|
TextTransformation.Builder |
type(String type)
For detailed descriptions of each of the transformation types, see Text
transformations in the WAF Developer Guide.
|
TextTransformation.Builder |
type(TextTransformationType type)
For detailed descriptions of each of the transformation types, see Text
transformations in the WAF Developer Guide.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextTransformation.Builder priority(Integer priority)
Sets the relative processing order for multiple transformations. WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
priority - Sets the relative processing order for multiple transformations. WAF processes all transformations,
from lowest priority to highest, before inspecting the transformed content. The priorities don't need
to be consecutive, but they must all be different.TextTransformation.Builder type(String type)
For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.
type - For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.TextTransformationType,
TextTransformationTypeTextTransformation.Builder type(TextTransformationType type)
For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.
type - For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.TextTransformationType,
TextTransformationTypeCopyright © 2023. All rights reserved.