public static final class DescribeWebInstanceRelationsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWebInstanceRelationsRequest |
build() |
DescribeWebInstanceRelationsRequest.Builder |
domains(List<String> domains)
The domain names of the website.
|
DescribeWebInstanceRelationsRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeWebInstanceRelationsRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
public DescribeWebInstanceRelationsRequest.Builder regionId(String regionId)
public DescribeWebInstanceRelationsRequest.Builder domains(List<String> domains)
The domain names of the website.
A forwarding rule must be configured for the domain names. You can call the DescribeDomains operation to query all domain names.
This parameter is required.
example:public DescribeWebInstanceRelationsRequest.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.
example:default
public DescribeWebInstanceRelationsRequest build()
Copyright © 2026. All rights reserved.