Class CrossZoneLoadBalancing
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.CrossZoneLoadBalancing
- All Implemented Interfaces:
Serializable, Cloneable
Information about the CrossZoneLoadBalancing attribute.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies whether cross-zone load balancing is enabled for the load balancer.inthashCode()Specifies whether cross-zone load balancing is enabled for the load balancer.voidsetEnabled(Boolean enabled) Specifies whether cross-zone load balancing is enabled for the load balancer.toString()Returns a string representation of this object; useful for testing and debugging.withEnabled(Boolean enabled) Specifies whether cross-zone load balancing is enabled for the load balancer.
-
Constructor Details
-
CrossZoneLoadBalancing
public CrossZoneLoadBalancing()
-
-
Method Details
-
setEnabled
Specifies whether cross-zone load balancing is enabled for the load balancer.
- Parameters:
enabled- Specifies whether cross-zone load balancing is enabled for the load balancer.
-
getEnabled
Specifies whether cross-zone load balancing is enabled for the load balancer.
- Returns:
- Specifies whether cross-zone load balancing is enabled for the load balancer.
-
withEnabled
Specifies whether cross-zone load balancing is enabled for the load balancer.
- Parameters:
enabled- Specifies whether cross-zone load balancing is enabled for the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
Specifies whether cross-zone load balancing is enabled for the load balancer.
- Returns:
- Specifies whether cross-zone load balancing is enabled for the load balancer.
-
toString
-
equals
-
hashCode
-
clone
-