public static final class ALBURIParamQuery.Builder
extends java.lang.Object
ALBURIParamQuery.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBURIParamQuery. |
| Modifier and Type | Method and Description |
|---|---|
ALBURIParamQuery |
build() |
ALBURIParamQuery.Builder |
setAddString(java.lang.String addString)
Concatenate a string to the query of the incoming request URI and then use it in
the request URI going to the backend server.
|
ALBURIParamQuery.Builder |
setKeepQuery(java.lang.Boolean keepQuery)
Use or drop the query of the incoming request URI in the request URI to the
backend server.
|
public Builder()
ALBURIParamQuery.public ALBURIParamQuery.Builder setAddString(java.lang.String addString)
addString - New value for the property.public ALBURIParamQuery.Builder setKeepQuery(java.lang.Boolean keepQuery)
keepQuery - New value for the property.public ALBURIParamQuery build()