public class ModifyLoadBalancerAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ModifyLoadBalancerAttributes operation
.
Modifies the attributes of the specified load balancer.
You can modify the load balancer attributes, such as
AccessLogs
,
ConnectionDraining
, and
CrossZoneLoadBalancing
by either enabling or disabling
them. Or, you can modify the load balancer attribute
ConnectionSettings
by specifying an idle connection
timeout value for your load balancer.
For more information, see the following in the Elastic Load Balancing Developer Guide :
NOOP
Constructor and Description |
---|
ModifyLoadBalancerAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyLoadBalancerAttributesRequest |
clone() |
boolean |
equals(Object obj) |
LoadBalancerAttributes |
getLoadBalancerAttributes()
The attributes of the load balancer.
|
String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyLoadBalancerAttributesRequest |
withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
|
ModifyLoadBalancerAttributesRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name of the load balancer.public ModifyLoadBalancerAttributesRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.public LoadBalancerAttributes getLoadBalancerAttributes()
public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
loadBalancerAttributes
- The attributes of the load balancer.public ModifyLoadBalancerAttributesRequest withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
Returns a reference to this object so that method calls can be chained together.
loadBalancerAttributes
- The attributes of the load balancer.public String toString()
toString
in class Object
Object.toString()
public ModifyLoadBalancerAttributesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.