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