public static final class ALBWafPSMMatchElement.Builder
extends java.lang.Object
ALBWafPSMMatchElement.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBWafPSMMatchElement. |
| Modifier and Type | Method and Description |
|---|---|
ALBWafPSMMatchElement |
build() |
ALBWafPSMMatchElement.Builder |
setExcluded(java.lang.Boolean excluded)
Mark this element excluded, like in '!ARGS password'.
|
ALBWafPSMMatchElement.Builder |
setIndex(java.lang.Long index)
Match_element index.
|
ALBWafPSMMatchElement.Builder |
setName(java.lang.String name)
Possible values are:
ALBWafPSMMatchElement.NAME_ARGS
ALBWafPSMMatchElement.NAME_ARGS_GET
ALBWafPSMMatchElement.NAME_ARGS_POST
ALBWafPSMMatchElement.NAME_ARGS_NAMES
ALBWafPSMMatchElement.NAME_REQUEST_COOKIES
ALBWafPSMMatchElement.NAME_QUERY_STRING
ALBWafPSMMatchElement.NAME_REQUEST_BASENAME
ALBWafPSMMatchElement.NAME_REQUEST_URI
ALBWafPSMMatchElement.NAME_PATH_INFO
The variable specification. |
ALBWafPSMMatchElement.Builder |
setSubElement(java.lang.String subElement)
The name of the request collection element.
|
public Builder()
ALBWafPSMMatchElement.public ALBWafPSMMatchElement.Builder setExcluded(java.lang.Boolean excluded)
excluded - New value for the property.public ALBWafPSMMatchElement.Builder setIndex(java.lang.Long index)
index - New value for the property.public ALBWafPSMMatchElement.Builder setName(java.lang.String name)
ALBWafPSMMatchElement.NAME_ARGSALBWafPSMMatchElement.NAME_ARGS_GETALBWafPSMMatchElement.NAME_ARGS_POSTALBWafPSMMatchElement.NAME_ARGS_NAMESALBWafPSMMatchElement.NAME_REQUEST_COOKIESALBWafPSMMatchElement.NAME_QUERY_STRINGALBWafPSMMatchElement.NAME_REQUEST_BASENAMEALBWafPSMMatchElement.NAME_REQUEST_URIALBWafPSMMatchElement.NAME_PATH_INFOname - New value for the property.public ALBWafPSMMatchElement.Builder setSubElement(java.lang.String subElement)
subElement - New value for the property.public ALBWafPSMMatchElement build()