public static final class DescribeVServerGroupAttributeResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVServerGroupAttributeResponseBody.Builder |
backendServers(DescribeVServerGroupAttributeResponseBody.BackendServers backendServers)
The backend servers.
|
DescribeVServerGroupAttributeResponseBody |
build() |
DescribeVServerGroupAttributeResponseBody.Builder |
createTime(String createTime)
The time when the CLB instance was created.
|
DescribeVServerGroupAttributeResponseBody.Builder |
loadBalancerId(String loadBalancerId)
The ID of the CLB instance.
|
DescribeVServerGroupAttributeResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeVServerGroupAttributeResponseBody.Builder |
tags(DescribeVServerGroupAttributeResponseBody.Tags tags)
The tags of the backend server.
|
DescribeVServerGroupAttributeResponseBody.Builder |
vServerGroupId(String vServerGroupId)
The ID of the vServer group.
|
DescribeVServerGroupAttributeResponseBody.Builder |
vServerGroupName(String vServerGroupName)
The name of the vServer group.
|
public DescribeVServerGroupAttributeResponseBody.Builder backendServers(DescribeVServerGroupAttributeResponseBody.BackendServers backendServers)
The backend servers.
public DescribeVServerGroupAttributeResponseBody.Builder createTime(String createTime)
The time when the CLB instance was created. The time follows the YYYY-MM-DDThh:mm:ssZ format.
2022-08-31T02:49:05Z
public DescribeVServerGroupAttributeResponseBody.Builder loadBalancerId(String loadBalancerId)
The ID of the CLB instance.
example:lb-jfakd****
public DescribeVServerGroupAttributeResponseBody.Builder requestId(String requestId)
The request ID.
example:9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C
public DescribeVServerGroupAttributeResponseBody.Builder tags(DescribeVServerGroupAttributeResponseBody.Tags tags)
The tags of the backend server.
public DescribeVServerGroupAttributeResponseBody.Builder vServerGroupId(String vServerGroupId)
The ID of the vServer group.
example:rsp-cige6****
public DescribeVServerGroupAttributeResponseBody.Builder vServerGroupName(String vServerGroupName)
The name of the vServer group.
example:Group1
public DescribeVServerGroupAttributeResponseBody build()
Copyright © 2026. All rights reserved.