static HealthCheckConfig.Builder |
HealthCheckConfig.builder() |
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.enabled(Boolean enabled) |
Indicates whether health checking is enabled.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) |
The approximate amount of time, in seconds, between health checks of an individual target.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) |
The amount of time, in seconds, to wait before reporting a target as unhealthy.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.healthyThresholdCount(Integer healthyThresholdCount) |
The number of consecutive successful health checks required before considering an unhealthy target healthy.
|
default HealthCheckConfig.Builder |
HealthCheckConfig.Builder.matcher(Consumer<Matcher.Builder> matcher) |
The codes to use when checking for a successful response from a target.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.matcher(Matcher matcher) |
The codes to use when checking for a successful response from a target.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.path(String path) |
The destination for health checks on the targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.port(Integer port) |
The port used when performing health checks on targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.protocol(String protocol) |
The protocol used when performing health checks on targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.protocol(TargetGroupProtocol protocol) |
The protocol used when performing health checks on targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.protocolVersion(String protocolVersion) |
The protocol version used when performing health checks on targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.protocolVersion(HealthCheckProtocolVersion protocolVersion) |
The protocol version used when performing health checks on targets.
|
HealthCheckConfig.Builder |
HealthCheckConfig.toBuilder() |
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.unhealthyThresholdCount(Integer unhealthyThresholdCount) |
The number of consecutive failed health checks required before considering a target unhealthy.
|