Interface PreParseTextTransformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PreParseTextTransformation.Builder,,PreParseTextTransformation> SdkBuilder<PreParseTextTransformation.Builder,,PreParseTextTransformation> SdkPojo
- Enclosing class:
PreParseTextTransformation
@Mutable
@NotThreadSafe
public static interface PreParseTextTransformation.Builder
extends SdkPojo, CopyableBuilder<PreParseTextTransformation.Builder,PreParseTextTransformation>
-
Method Summary
Modifier and TypeMethodDescriptionSets the relative processing order for the pre-parse text transformations that you define.The type of pre-parse text transformation to apply to the raw query string.The type of pre-parse text transformation to apply to the raw query string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
priority
Sets the relative processing order for the pre-parse text transformations that you define. WAF processes all transformations, from lowest priority value to highest, before inspecting the transformed content.
- Parameters:
priority- Sets the relative processing order for the pre-parse text transformations that you define. WAF processes all transformations, from lowest priority value to highest, before inspecting the transformed content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of pre-parse text transformation to apply to the raw query string.
- Parameters:
type- The type of pre-parse text transformation to apply to the raw query string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of pre-parse text transformation to apply to the raw query string.
- Parameters:
type- The type of pre-parse text transformation to apply to the raw query string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-