public static final class DescribeL7RsPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeL7RsPolicyRequest |
build() |
DescribeL7RsPolicyRequest.Builder |
domain(String domain)
The domain name of the website to query.
|
DescribeL7RsPolicyRequest.Builder |
realServers(List<String> realServers)
An array that consists of N addresses of origin servers to query.
|
DescribeL7RsPolicyRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeL7RsPolicyRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
public DescribeL7RsPolicyRequest.Builder regionId(String regionId)
public DescribeL7RsPolicyRequest.Builder domain(String domain)
The domain name of the website to query.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query the domain names for which forwarding rules are configured.
This parameter is required.
example:example.com
public DescribeL7RsPolicyRequest.Builder realServers(List<String> realServers)
An array that consists of N addresses of origin servers to query. The maximum value of N is 200. You can specify up to 200 addresses.
example:1...1
public DescribeL7RsPolicyRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
public DescribeL7RsPolicyRequest build()
Copyright © 2026. All rights reserved.