public class AwsLoadBalancerHealthCheckParameters extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AwsLoadBalancerHealthCheckParameters.Builder |
| Constructor | Description |
|---|---|
AwsLoadBalancerHealthCheckParameters(String target,
int timeout,
int interval,
int unhealthyThreshold,
int healthyThreshold) |
| Modifier and Type | Method | Description |
|---|---|---|
static AwsLoadBalancerHealthCheckParameters.Builder |
builder() |
|
int |
getHealthyThreshold() |
|
int |
getInterval() |
|
String |
getTarget() |
|
int |
getTimeout() |
|
int |
getUnhealthyThreshold() |
|
String |
toString() |
public AwsLoadBalancerHealthCheckParameters(String target, int timeout, int interval, int unhealthyThreshold, int healthyThreshold)
public String getTarget()
public int getTimeout()
public int getInterval()
public int getUnhealthyThreshold()
public int getHealthyThreshold()
public static AwsLoadBalancerHealthCheckParameters.Builder builder()
Copyright © 2018. All rights reserved.