public static final class ListGatewayServiceResponseBody.HealthCheckInfo.Builder extends Object
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder check(Boolean check)
Indicates whether checks are performed.
example:true
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder expectedStatuses(List<Integer> expectedStatuses)
The expected status of the health check.
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder healthyThreshold(Integer healthyThreshold)
The threshold for healthy instances.
example:2
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder httpHost(String httpHost)
The endpoint of the HTTP request for the health check.
example:public ListGatewayServiceResponseBody.HealthCheckInfo.Builder httpPath(String httpPath)
The path to which the HTTP request for the health check is sent.
example:/health
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder interval(Integer interval)
The health check interval.
example:2
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder protocol(String protocol)
The network protocol.
example:TCP
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder timeout(Integer timeout)
The timeout period.
example:2
public ListGatewayServiceResponseBody.HealthCheckInfo.Builder unhealthyThreshold(Integer unhealthyThreshold)
The threshold for unhealthy instances.
example:2
public ListGatewayServiceResponseBody.HealthCheckInfo build()
Copyright © 2026. All rights reserved.