|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.LoadBalancerDescription
public class LoadBalancerDescription
The LoadBalancerDescription data type.
Constructor Summary | |
---|---|
LoadBalancerDescription()
Default constructor for a new LoadBalancerDescription object. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAvailabilityZones()
Specifies a list of Availability Zones. |
java.util.Date |
getCreatedTime()
Provides the date and time the LoadBalancer was created. |
java.lang.String |
getDNSName()
Specifies the external DNS name associated with the LoadBalancer. |
HealthCheck |
getHealthCheck()
Specifies information regarding the various health probes conducted on the LoadBalancer. |
java.util.List<Instance> |
getInstances()
Provides a list of EC2 instance IDs for the LoadBalancer. |
java.util.List<ListenerDescription> |
getListenerDescriptions()
LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned in a list of tuples in the ListenerDescriptions element. |
java.lang.String |
getLoadBalancerName()
Specifies the name associated with the LoadBalancer. |
Policies |
getPolicies()
Provides a list of policies defined for the LoadBalancer. |
void |
setAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
Specifies a list of Availability Zones. |
void |
setCreatedTime(java.util.Date createdTime)
Provides the date and time the LoadBalancer was created. |
void |
setDNSName(java.lang.String dNSName)
Specifies the external DNS name associated with the LoadBalancer. |
void |
setHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on the LoadBalancer. |
void |
setInstances(java.util.Collection<Instance> instances)
Provides a list of EC2 instance IDs for the LoadBalancer. |
void |
setListenerDescriptions(java.util.Collection<ListenerDescription> listenerDescriptions)
LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned in a list of tuples in the ListenerDescriptions element. |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
Specifies the name associated with the LoadBalancer. |
void |
setPolicies(Policies policies)
Provides a list of policies defined for the LoadBalancer. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoadBalancerDescription |
withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
Specifies a list of Availability Zones. |
LoadBalancerDescription |
withAvailabilityZones(java.lang.String... availabilityZones)
Specifies a list of Availability Zones. |
LoadBalancerDescription |
withCreatedTime(java.util.Date createdTime)
Provides the date and time the LoadBalancer was created. |
LoadBalancerDescription |
withDNSName(java.lang.String dNSName)
Specifies the external DNS name associated with the LoadBalancer. |
LoadBalancerDescription |
withHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on the LoadBalancer. |
LoadBalancerDescription |
withInstances(java.util.Collection<Instance> instances)
Provides a list of EC2 instance IDs for the LoadBalancer. |
LoadBalancerDescription |
withInstances(Instance... instances)
Provides a list of EC2 instance IDs for the LoadBalancer. |
LoadBalancerDescription |
withListenerDescriptions(java.util.Collection<ListenerDescription> listenerDescriptions)
LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned in a list of tuples in the ListenerDescriptions element. |
LoadBalancerDescription |
withListenerDescriptions(ListenerDescription... listenerDescriptions)
LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned in a list of tuples in the ListenerDescriptions element. |
LoadBalancerDescription |
withLoadBalancerName(java.lang.String loadBalancerName)
Specifies the name associated with the LoadBalancer. |
LoadBalancerDescription |
withPolicies(Policies policies)
Provides a list of policies defined for the LoadBalancer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadBalancerDescription()
Method Detail |
---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName
- Specifies the name associated with the LoadBalancer.public LoadBalancerDescription withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- Specifies the name associated with the LoadBalancer.
public java.lang.String getDNSName()
public void setDNSName(java.lang.String dNSName)
dNSName
- Specifies the external DNS name associated with the LoadBalancer.public LoadBalancerDescription withDNSName(java.lang.String dNSName)
Returns a reference to this object so that method calls can be chained together.
dNSName
- Specifies the external DNS name associated with the LoadBalancer.
public java.util.List<ListenerDescription> getListenerDescriptions()
public void setListenerDescriptions(java.util.Collection<ListenerDescription> listenerDescriptions)
listenerDescriptions
- LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned
in a list of tuples in the ListenerDescriptions element.public LoadBalancerDescription withListenerDescriptions(ListenerDescription... listenerDescriptions)
Returns a reference to this object so that method calls can be chained together.
listenerDescriptions
- LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned
in a list of tuples in the ListenerDescriptions element.
public LoadBalancerDescription withListenerDescriptions(java.util.Collection<ListenerDescription> listenerDescriptions)
Returns a reference to this object so that method calls can be chained together.
listenerDescriptions
- LoadBalancerPort, InstancePort, Protocol, and PolicyNames are returned
in a list of tuples in the ListenerDescriptions element.
public Policies getPolicies()
public void setPolicies(Policies policies)
policies
- Provides a list of policies defined for the LoadBalancer.public LoadBalancerDescription withPolicies(Policies policies)
Returns a reference to this object so that method calls can be chained together.
policies
- Provides a list of policies defined for the LoadBalancer.
public java.util.List<java.lang.String> getAvailabilityZones()
public void setAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
availabilityZones
- Specifies a list of Availability Zones.public LoadBalancerDescription withAvailabilityZones(java.lang.String... availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- Specifies a list of Availability Zones.
public LoadBalancerDescription withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- Specifies a list of Availability Zones.
public java.util.List<Instance> getInstances()
public void setInstances(java.util.Collection<Instance> instances)
instances
- Provides a list of EC2 instance IDs for the LoadBalancer.public LoadBalancerDescription withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances
- Provides a list of EC2 instance IDs for the LoadBalancer.
public LoadBalancerDescription withInstances(java.util.Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances
- Provides a list of EC2 instance IDs for the LoadBalancer.
public HealthCheck getHealthCheck()
public void setHealthCheck(HealthCheck healthCheck)
healthCheck
- Specifies information regarding the various health probes conducted on
the LoadBalancer.public LoadBalancerDescription withHealthCheck(HealthCheck healthCheck)
Returns a reference to this object so that method calls can be chained together.
healthCheck
- Specifies information regarding the various health probes conducted on
the LoadBalancer.
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date createdTime)
createdTime
- Provides the date and time the LoadBalancer was created.public LoadBalancerDescription withCreatedTime(java.util.Date createdTime)
Returns a reference to this object so that method calls can be chained together.
createdTime
- Provides the date and time the LoadBalancer was created.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |