|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.HealthCheck
public class HealthCheck
Health Check
| Constructor Summary | |
|---|---|
HealthCheck()
|
|
| Method Summary | |
|---|---|
Integer |
getHealthyThreshold()
Returns the value of the HealthyThreshold property for this object. |
Integer |
getInterval()
Returns the value of the Interval property for this object. |
String |
getTarget()
Returns the value of the Target property for this object. |
Integer |
getTimeout()
Returns the value of the Timeout property for this object. |
Integer |
getUnhealthyThreshold()
Returns the value of the UnhealthyThreshold property for this object. |
void |
setHealthyThreshold(Integer healthyThreshold)
Sets the value of the HealthyThreshold property for this object. |
void |
setInterval(Integer interval)
Sets the value of the Interval property for this object. |
void |
setTarget(String target)
Sets the value of the Target property for this object. |
void |
setTimeout(Integer timeout)
Sets the value of the Timeout property for this object. |
void |
setUnhealthyThreshold(Integer unhealthyThreshold)
Sets the value of the UnhealthyThreshold property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
HealthCheck |
withHealthyThreshold(Integer healthyThreshold)
Sets the value of the HealthyThreshold property for this object. |
HealthCheck |
withInterval(Integer interval)
Sets the value of the Interval property for this object. |
HealthCheck |
withTarget(String target)
Sets the value of the Target property for this object. |
HealthCheck |
withTimeout(Integer timeout)
Sets the value of the Timeout property for this object. |
HealthCheck |
withUnhealthyThreshold(Integer unhealthyThreshold)
Sets the value of the UnhealthyThreshold property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HealthCheck()
| Method Detail |
|---|
public String getTarget()
public void setTarget(String target)
target - The new value for the Target property for this object.public HealthCheck withTarget(String target)
Returns a reference to this object so that method calls can be chained together.
target - The new value for the Target property for this object.
public Integer getInterval()
Constraints:
Range: 1 - 300
public void setInterval(Integer interval)
Constraints:
Range: 1 - 300
interval - The new value for the Interval property for this object.public HealthCheck withInterval(Integer interval)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 300
interval - The new value for the Interval property for this object.
public Integer getTimeout()
Constraints:
Range: 1 - 300
public void setTimeout(Integer timeout)
Constraints:
Range: 1 - 300
timeout - The new value for the Timeout property for this object.public HealthCheck withTimeout(Integer timeout)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 300
timeout - The new value for the Timeout property for this object.
public Integer getUnhealthyThreshold()
Constraints:
Range: 2 - 10
public void setUnhealthyThreshold(Integer unhealthyThreshold)
Constraints:
Range: 2 - 10
unhealthyThreshold - The new value for the UnhealthyThreshold property for this object.public HealthCheck withUnhealthyThreshold(Integer unhealthyThreshold)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 2 - 10
unhealthyThreshold - The new value for the UnhealthyThreshold property for this object.
public Integer getHealthyThreshold()
Constraints:
Range: 2 - 10
public void setHealthyThreshold(Integer healthyThreshold)
Constraints:
Range: 2 - 10
healthyThreshold - The new value for the HealthyThreshold property for this object.public HealthCheck withHealthyThreshold(Integer healthyThreshold)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 2 - 10
healthyThreshold - The new value for the HealthyThreshold property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||