public static final class ConfigL7UsKeepaliveRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigL7UsKeepaliveRequest |
build() |
ConfigL7UsKeepaliveRequest.Builder |
domain(String domain)
The domain name of the website.
|
ConfigL7UsKeepaliveRequest.Builder |
downstreamKeepalive(String downstreamKeepalive)
DownstreamKeepalive.
|
ConfigL7UsKeepaliveRequest.Builder |
upstreamKeepalive(String upstreamKeepalive)
The settings for back-to-origin persistent connections.
|
public ConfigL7UsKeepaliveRequest.Builder domain(String domain)
The domain name of the website.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
public ConfigL7UsKeepaliveRequest.Builder downstreamKeepalive(String downstreamKeepalive)
public ConfigL7UsKeepaliveRequest.Builder upstreamKeepalive(String upstreamKeepalive)
The settings for back-to-origin persistent connections. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
This parameter is required.
example:{"enabled": true, "keepalive_requests": 1000,"keepalive_timeout": 30}
public ConfigL7UsKeepaliveRequest build()
Copyright © 2026. All rights reserved.