public static final class CustomHealthCheckConfig.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CustomHealthCheckConfig |
build() |
CustomHealthCheckConfig.Builder |
failureThreshold(Integer failureThreshold)
failureThreshold.
|
CustomHealthCheckConfig.Builder |
httpGetUrl(String httpGetUrl)
httpGetUrl.
|
CustomHealthCheckConfig.Builder |
initialDelaySeconds(Integer initialDelaySeconds)
initialDelaySeconds.
|
CustomHealthCheckConfig.Builder |
periodSeconds(Integer periodSeconds)
periodSeconds.
|
CustomHealthCheckConfig.Builder |
successThreshold(Integer successThreshold)
successThreshold.
|
CustomHealthCheckConfig.Builder |
timeoutSeconds(Integer timeoutSeconds)
timeoutSeconds.
|
public CustomHealthCheckConfig.Builder failureThreshold(Integer failureThreshold)
public CustomHealthCheckConfig.Builder httpGetUrl(String httpGetUrl)
public CustomHealthCheckConfig.Builder initialDelaySeconds(Integer initialDelaySeconds)
public CustomHealthCheckConfig.Builder periodSeconds(Integer periodSeconds)
public CustomHealthCheckConfig.Builder successThreshold(Integer successThreshold)
public CustomHealthCheckConfig.Builder timeoutSeconds(Integer timeoutSeconds)
public CustomHealthCheckConfig build()
Copyright © 2024. All rights reserved.