|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.ElasticLoadBalancer
public class ElasticLoadBalancer
Describes an Elastic Load Balancing instance.
Constructor Summary | |
---|---|
ElasticLoadBalancer()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAvailabilityZones()
The instance's Availability Zones. |
String |
getDnsName()
The instance's public DNS name. |
List<String> |
getEc2InstanceIds()
A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. |
String |
getElasticLoadBalancerName()
The Elastic Load Balancing instance's name. |
String |
getLayerId()
The ID of the layer that the instance is attached to. |
String |
getRegion()
The instance's AWS region. |
String |
getStackId()
The ID of the stack that the instance is associated with. |
int |
hashCode()
|
void |
setAvailabilityZones(Collection<String> availabilityZones)
The instance's Availability Zones. |
void |
setDnsName(String dnsName)
The instance's public DNS name. |
void |
setEc2InstanceIds(Collection<String> ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. |
void |
setElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name. |
void |
setLayerId(String layerId)
The ID of the layer that the instance is attached to. |
void |
setRegion(String region)
The instance's AWS region. |
void |
setStackId(String stackId)
The ID of the stack that the instance is associated with. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ElasticLoadBalancer |
withAvailabilityZones(Collection<String> availabilityZones)
The instance's Availability Zones. |
ElasticLoadBalancer |
withAvailabilityZones(String... availabilityZones)
The instance's Availability Zones. |
ElasticLoadBalancer |
withDnsName(String dnsName)
The instance's public DNS name. |
ElasticLoadBalancer |
withEc2InstanceIds(Collection<String> ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. |
ElasticLoadBalancer |
withEc2InstanceIds(String... ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. |
ElasticLoadBalancer |
withElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name. |
ElasticLoadBalancer |
withLayerId(String layerId)
The ID of the layer that the instance is attached to. |
ElasticLoadBalancer |
withRegion(String region)
The instance's AWS region. |
ElasticLoadBalancer |
withStackId(String stackId)
The ID of the stack that the instance is associated with. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElasticLoadBalancer()
Method Detail |
---|
public String getElasticLoadBalancerName()
public void setElasticLoadBalancerName(String elasticLoadBalancerName)
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.public ElasticLoadBalancer withElasticLoadBalancerName(String elasticLoadBalancerName)
Returns a reference to this object so that method calls can be chained together.
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.
public String getRegion()
public void setRegion(String region)
region
- The instance's AWS region.public ElasticLoadBalancer withRegion(String region)
Returns a reference to this object so that method calls can be chained together.
region
- The instance's AWS region.
public String getDnsName()
public void setDnsName(String dnsName)
dnsName
- The instance's public DNS name.public ElasticLoadBalancer withDnsName(String dnsName)
Returns a reference to this object so that method calls can be chained together.
dnsName
- The instance's public DNS name.
public String getStackId()
public void setStackId(String stackId)
stackId
- The ID of the stack that the instance is associated with.public ElasticLoadBalancer withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- The ID of the stack that the instance is associated with.
public String getLayerId()
public void setLayerId(String layerId)
layerId
- The ID of the layer that the instance is attached to.public ElasticLoadBalancer withLayerId(String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId
- The ID of the layer that the instance is attached to.
public List<String> getAvailabilityZones()
public void setAvailabilityZones(Collection<String> availabilityZones)
availabilityZones
- The instance's Availability Zones.public ElasticLoadBalancer withAvailabilityZones(String... availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- The instance's Availability Zones.
public ElasticLoadBalancer withAvailabilityZones(Collection<String> availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- The instance's Availability Zones.
public List<String> getEc2InstanceIds()
public void setEc2InstanceIds(Collection<String> ec2InstanceIds)
ec2InstanceIds
- A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.public ElasticLoadBalancer withEc2InstanceIds(String... ec2InstanceIds)
Returns a reference to this object so that method calls can be chained together.
ec2InstanceIds
- A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
public ElasticLoadBalancer withEc2InstanceIds(Collection<String> ec2InstanceIds)
Returns a reference to this object so that method calls can be chained together.
ec2InstanceIds
- A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |