|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.LoadBalancerAttributes
public class LoadBalancerAttributes
The LoadBalancerAttributes
data type.
Constructor Summary | |
---|---|
LoadBalancerAttributes()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
AccessLog |
getAccessLog()
The name of the load balancer attribute. |
ConnectionDraining |
getConnectionDraining()
The name of the load balancer attribute. |
CrossZoneLoadBalancing |
getCrossZoneLoadBalancing()
The name of the load balancer attribute. |
int |
hashCode()
|
void |
setAccessLog(AccessLog accessLog)
The name of the load balancer attribute. |
void |
setConnectionDraining(ConnectionDraining connectionDraining)
The name of the load balancer attribute. |
void |
setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoadBalancerAttributes |
withAccessLog(AccessLog accessLog)
The name of the load balancer attribute. |
LoadBalancerAttributes |
withConnectionDraining(ConnectionDraining connectionDraining)
The name of the load balancer attribute. |
LoadBalancerAttributes |
withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadBalancerAttributes()
Method Detail |
---|
public CrossZoneLoadBalancing getCrossZoneLoadBalancing()
For more information, see Enable Cross-Zone Load Balancing.
For more information, see Enable Cross-Zone Load Balancing.
public void setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
For more information, see Enable Cross-Zone Load Balancing.
crossZoneLoadBalancing
- The name of the load balancer attribute. If enabled, the load balancer
routes the request traffic evenly across all back-end instances
regardless of the Availability Zones. For more information, see Enable Cross-Zone Load Balancing.
public LoadBalancerAttributes withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
For more information, see Enable Cross-Zone Load Balancing.
Returns a reference to this object so that method calls can be chained together.
crossZoneLoadBalancing
- The name of the load balancer attribute. If enabled, the load balancer
routes the request traffic evenly across all back-end instances
regardless of the Availability Zones. For more information, see Enable Cross-Zone Load Balancing.
public AccessLog getAccessLog()
For more information, see Enable Access Logs.
For more information, see Enable Access Logs.
public void setAccessLog(AccessLog accessLog)
For more information, see Enable Access Logs.
accessLog
- The name of the load balancer attribute. If enabled, the load balancer
captures detailed information of all the requests and delivers the
information to the Amazon S3 bucket you specify. For more information, see Enable Access Logs.
public LoadBalancerAttributes withAccessLog(AccessLog accessLog)
For more information, see Enable Access Logs.
Returns a reference to this object so that method calls can be chained together.
accessLog
- The name of the load balancer attribute. If enabled, the load balancer
captures detailed information of all the requests and delivers the
information to the Amazon S3 bucket you specify. For more information, see Enable Access Logs.
public ConnectionDraining getConnectionDraining()
For more information, see Enable Connection Draining.
For more information, see Enable Connection Draining.
public void setConnectionDraining(ConnectionDraining connectionDraining)
For more information, see Enable Connection Draining.
connectionDraining
- The name of the load balancer attribute. If enabled, the load balancer
allows existing requests to complete before the load balancer shifts
traffic away from a deregistered or unhealthy back-end instance.
For more information, see Enable Connection Draining.
public LoadBalancerAttributes withConnectionDraining(ConnectionDraining connectionDraining)
For more information, see Enable Connection Draining.
Returns a reference to this object so that method calls can be chained together.
connectionDraining
- The name of the load balancer attribute. If enabled, the load balancer
allows existing requests to complete before the load balancer shifts
traffic away from a deregistered or unhealthy back-end instance.
For more information, see Enable Connection Draining.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |