public static final class UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite |
build() |
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
host(String host)
The domain name.
|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
path(String path)
The HTTP request path.
|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
pathType(String pathType)
The path type of the HTTP request.
|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
pattern(String pattern)
The matching pattern.
|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
status(String status)
The HTTP status.
|
UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder |
substitution(String substitution)
The replacement.
|
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder host(String host)
The domain name.
example:aliyuncs.com
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder path(String path)
The HTTP request path.
example:/test/client
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder pathType(String pathType)
The path type of the HTTP request.
example:PRE
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder pattern(String pattern)
The matching pattern.
example:/test
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder status(String status)
The HTTP status.
example:off
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite.Builder substitution(String substitution)
The replacement.
example:test
public UpdateGatewayRouteWafStatusResponseBody.HTTPRewrite build()
Copyright © 2026. All rights reserved.