public static final class DescribeHealthStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeHealthStatusRequest |
build() |
DescribeHealthStatusRequest.Builder |
listenerPort(Integer listenerPort)
The frontend port that is used by the SLB instance.
|
DescribeHealthStatusRequest.Builder |
listenerProtocol(String listenerProtocol)
The frontend protocol that is used by the SLB instance.
|
DescribeHealthStatusRequest.Builder |
loadBalancerId(String loadBalancerId)
The ID of the Classic Load Balancer (CLB) instance.
|
DescribeHealthStatusRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeHealthStatusRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeHealthStatusRequest.Builder |
regionId(String regionId)
The region ID of the SLB instance.
|
DescribeHealthStatusRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeHealthStatusRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DescribeHealthStatusRequest.Builder listenerPort(Integer listenerPort)
The frontend port that is used by the SLB instance. Valid values: 1 to 65535.
example:If you do not specify this parameter, the health status of all ports is returned.
80
public DescribeHealthStatusRequest.Builder listenerProtocol(String listenerProtocol)
The frontend protocol that is used by the SLB instance.
example:https
public DescribeHealthStatusRequest.Builder loadBalancerId(String loadBalancerId)
The ID of the Classic Load Balancer (CLB) instance.
This parameter is required.
example:lb-bp1qjwo61pqz3ah****
public DescribeHealthStatusRequest.Builder ownerAccount(String ownerAccount)
public DescribeHealthStatusRequest.Builder ownerId(Long ownerId)
public DescribeHealthStatusRequest.Builder regionId(String regionId)
The region ID of the SLB instance.
example:cn-hangzhou
public DescribeHealthStatusRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeHealthStatusRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeHealthStatusRequest build()
Copyright © 2026. All rights reserved.