public class ElasticLoadBalancer
extends java.lang.Object
implements java.io.Serializable
Describes an Elastic Load Balancing instance.
| コンストラクタと説明 |
|---|
ElasticLoadBalancer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAvailabilityZones()
The instance's Availability Zones.
|
java.lang.String |
getDnsName()
The instance's public DNS name.
|
java.util.List<java.lang.String> |
getEc2InstanceIds()
A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
|
java.lang.String |
getElasticLoadBalancerName()
The Elastic Load Balancing instance's name.
|
java.lang.String |
getLayerId()
The ID of the layer that the instance is attached to.
|
java.lang.String |
getRegion()
The instance's AWS region.
|
java.lang.String |
getStackId()
The ID of the stack that the instance is associated with.
|
java.lang.String |
getVpcId()
The VPC ID.
|
int |
hashCode() |
void |
setAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
The instance's Availability Zones.
|
void |
setDnsName(java.lang.String dnsName)
The instance's public DNS name.
|
void |
setEc2InstanceIds(java.util.Collection<java.lang.String> ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
|
void |
setElasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
|
void |
setLayerId(java.lang.String layerId)
The ID of the layer that the instance is attached to.
|
void |
setRegion(java.lang.String region)
The instance's AWS region.
|
void |
setStackId(java.lang.String stackId)
The ID of the stack that the instance is associated with.
|
void |
setVpcId(java.lang.String vpcId)
The VPC ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ElasticLoadBalancer |
withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
The instance's Availability Zones.
|
ElasticLoadBalancer |
withAvailabilityZones(java.lang.String... availabilityZones)
The instance's Availability Zones.
|
ElasticLoadBalancer |
withDnsName(java.lang.String dnsName)
The instance's public DNS name.
|
ElasticLoadBalancer |
withEc2InstanceIds(java.util.Collection<java.lang.String> ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
|
ElasticLoadBalancer |
withEc2InstanceIds(java.lang.String... ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.
|
ElasticLoadBalancer |
withElasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
|
ElasticLoadBalancer |
withLayerId(java.lang.String layerId)
The ID of the layer that the instance is attached to.
|
ElasticLoadBalancer |
withRegion(java.lang.String region)
The instance's AWS region.
|
ElasticLoadBalancer |
withStackId(java.lang.String stackId)
The ID of the stack that the instance is associated with.
|
ElasticLoadBalancer |
withVpcId(java.lang.String vpcId)
The VPC ID.
|
public java.lang.String getElasticLoadBalancerName()
public void setElasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
elasticLoadBalancerName - The Elastic Load Balancing instance's name.public ElasticLoadBalancer withElasticLoadBalancerName(java.lang.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 java.lang.String getRegion()
public void setRegion(java.lang.String region)
region - The instance's AWS region.public ElasticLoadBalancer withRegion(java.lang.String region)
Returns a reference to this object so that method calls can be chained together.
region - The instance's AWS region.public java.lang.String getDnsName()
public void setDnsName(java.lang.String dnsName)
dnsName - The instance's public DNS name.public ElasticLoadBalancer withDnsName(java.lang.String dnsName)
Returns a reference to this object so that method calls can be chained together.
dnsName - The instance's public DNS name.public java.lang.String getStackId()
public void setStackId(java.lang.String stackId)
stackId - The ID of the stack that the instance is associated with.public ElasticLoadBalancer withStackId(java.lang.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 java.lang.String getLayerId()
public void setLayerId(java.lang.String layerId)
layerId - The ID of the layer that the instance is attached to.public ElasticLoadBalancer withLayerId(java.lang.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 java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The VPC ID.public ElasticLoadBalancer withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The VPC ID.public java.util.List<java.lang.String> getAvailabilityZones()
public void setAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
availabilityZones - The instance's Availability Zones.public ElasticLoadBalancer withAvailabilityZones(java.lang.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(java.util.Collection<java.lang.String> availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones - The instance's Availability Zones.public java.util.List<java.lang.String> getEc2InstanceIds()
public void setEc2InstanceIds(java.util.Collection<java.lang.String> ec2InstanceIds)
ec2InstanceIds - A list of the EC2 instances that the Elastic Load Balancing instance
is managing traffic for.public ElasticLoadBalancer withEc2InstanceIds(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object