public class Placement extends Object implements Serializable, Cloneable
Describes the placement for the instance.
| Constructor and Description |
|---|
Placement()
Default constructor for a new Placement object.
|
Placement(String availabilityZone)
Constructs a new Placement object.
|
| Modifier and Type | Method and Description |
|---|---|
Placement |
clone() |
boolean |
equals(Object obj) |
String |
getAffinity()
The affinity setting for the instance on the Dedicated host.
|
String |
getAvailabilityZone()
The Availability Zone of the instance.
|
String |
getGroupName()
The name of the placement group the instance is in (for cluster
compute instances).
|
String |
getHostId()
The ID of the Dedicted host on which the instance resides.
|
String |
getTenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
int |
hashCode() |
void |
setAffinity(String affinity)
The affinity setting for the instance on the Dedicated host.
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
void |
setGroupName(String groupName)
The name of the placement group the instance is in (for cluster
compute instances).
|
void |
setHostId(String hostId)
The ID of the Dedicted host on which the instance resides.
|
void |
setTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
void |
setTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Placement |
withAffinity(String affinity)
The affinity setting for the instance on the Dedicated host.
|
Placement |
withAvailabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
Placement |
withGroupName(String groupName)
The name of the placement group the instance is in (for cluster
compute instances).
|
Placement |
withHostId(String hostId)
The ID of the Dedicted host on which the instance resides.
|
Placement |
withTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement |
withTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
public Placement()
public Placement(String availabilityZone)
availabilityZone - The Availability Zone of the instance.public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The Availability Zone of the instance.public Placement withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The Availability Zone of the instance.public String getGroupName()
public void setGroupName(String groupName)
groupName - The name of the placement group the instance is in (for cluster
compute instances).public Placement withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName - The name of the placement group the instance is in (for cluster
compute instances).public String getTenancy()
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.
Constraints:
Allowed Values: default, dedicated, host
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.Tenancypublic void setTenancy(String tenancy)
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.
Constraints:
Allowed Values: default, dedicated, host
tenancy - The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.Tenancypublic Placement withTenancy(String tenancy)
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: default, dedicated, host
tenancy - The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.Tenancypublic void setTenancy(Tenancy tenancy)
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.
Constraints:
Allowed Values: default, dedicated, host
tenancy - The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.Tenancypublic Placement withTenancy(Tenancy tenancy)
dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: default, dedicated, host
tenancy - The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated runs on
single-tenant hardware. The host tenancy is not supported
for the ImportInstance command.Tenancypublic String getHostId()
public void setHostId(String hostId)
hostId - The ID of the Dedicted host on which the instance resides. This
parameter is not support for the ImportInstance command.public Placement withHostId(String hostId)
Returns a reference to this object so that method calls can be chained together.
hostId - The ID of the Dedicted host on which the instance resides. This
parameter is not support for the ImportInstance command.public String getAffinity()
public void setAffinity(String affinity)
affinity - The affinity setting for the instance on the Dedicated host. This
parameter is not supported for the ImportInstance command.public Placement withAffinity(String affinity)
Returns a reference to this object so that method calls can be chained together.
affinity - The affinity setting for the instance on the Dedicated host. This
parameter is not supported for the ImportInstance command.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.