@Generated(value="software.amazon.awssdk:codegen") public final class AwsElbLoadBalancerHealthCheck extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElbLoadBalancerHealthCheck.Builder,AwsElbLoadBalancerHealthCheck>
Contains information about the health checks that are conducted on the load balancer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElbLoadBalancerHealthCheck.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsElbLoadBalancerHealthCheck.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
healthyThreshold()
The number of consecutive health check successes required before the instance is moved to the Healthy state.
|
Integer |
interval()
The approximate interval, in seconds, between health checks of an individual instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsElbLoadBalancerHealthCheck.Builder> |
serializableBuilderClass() |
String |
target()
The instance that is being checked.
|
Integer |
timeout()
The amount of time, in seconds, during which no response means a failed health check.
|
AwsElbLoadBalancerHealthCheck.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unhealthyThreshold()
The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy
state.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer healthyThreshold()
The number of consecutive health check successes required before the instance is moved to the Healthy state.
public final Integer interval()
The approximate interval, in seconds, between health checks of an individual instance.
public final String target()
The instance that is being checked. The target specifies the protocol and port. The available protocols are TCP, SSL, HTTP, and HTTPS. The range of valid ports is 1 through 65535.
For the HTTP and HTTPS protocols, the target also specifies the ping path.
For the TCP protocol, the target is specified as TCP: <port> .
For the SSL protocol, the target is specified as SSL.<port> .
For the HTTP and HTTPS protocols, the target is specified as
<protocol>:<port>/<path to ping> .
For the HTTP and HTTPS protocols, the target also specifies the ping path.
For the TCP protocol, the target is specified as TCP: <port> .
For the SSL protocol, the target is specified as SSL.<port> .
For the HTTP and HTTPS protocols, the target is specified as
<protocol>:<port>/<path to ping> .
public final Integer timeout()
The amount of time, in seconds, during which no response means a failed health check.
public final Integer unhealthyThreshold()
The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy state.
public AwsElbLoadBalancerHealthCheck.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElbLoadBalancerHealthCheck.Builder,AwsElbLoadBalancerHealthCheck>public static AwsElbLoadBalancerHealthCheck.Builder builder()
public static Class<? extends AwsElbLoadBalancerHealthCheck.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.