|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceBlockDeviceMappingSpecification
public class InstanceBlockDeviceMappingSpecification
Describes a block device mapping entry.
Constructor Summary | |
---|---|
InstanceBlockDeviceMappingSpecification()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDeviceName()
The device name exposed to the instance (for example, |
EbsInstanceBlockDeviceSpecification |
getEbs()
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
java.lang.String |
getNoDevice()
suppress the specified device included in the block device mapping. |
java.lang.String |
getVirtualName()
The virtual device name. |
int |
hashCode()
|
void |
setDeviceName(java.lang.String deviceName)
The device name exposed to the instance (for example, |
void |
setEbs(EbsInstanceBlockDeviceSpecification ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
void |
setNoDevice(java.lang.String noDevice)
suppress the specified device included in the block device mapping. |
void |
setVirtualName(java.lang.String virtualName)
The virtual device name. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceBlockDeviceMappingSpecification |
withDeviceName(java.lang.String deviceName)
The device name exposed to the instance (for example, |
InstanceBlockDeviceMappingSpecification |
withEbs(EbsInstanceBlockDeviceSpecification ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
InstanceBlockDeviceMappingSpecification |
withNoDevice(java.lang.String noDevice)
suppress the specified device included in the block device mapping. |
InstanceBlockDeviceMappingSpecification |
withVirtualName(java.lang.String virtualName)
The virtual device name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceBlockDeviceMappingSpecification()
Method Detail |
---|
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
deviceName
- The device name exposed to the instance (for example,
public InstanceBlockDeviceMappingSpecification withDeviceName(java.lang.String deviceName)
Returns a reference to this object so that method calls can be chained together.
deviceName
- The device name exposed to the instance (for example,
public EbsInstanceBlockDeviceSpecification getEbs()
public void setEbs(EbsInstanceBlockDeviceSpecification ebs)
ebs
- Parameters used to automatically set up Amazon EBS volumes when the
instance is launched.public InstanceBlockDeviceMappingSpecification withEbs(EbsInstanceBlockDeviceSpecification ebs)
Returns a reference to this object so that method calls can be chained together.
ebs
- Parameters used to automatically set up Amazon EBS volumes when the
instance is launched.
public java.lang.String getVirtualName()
public void setVirtualName(java.lang.String virtualName)
virtualName
- The virtual device name.public InstanceBlockDeviceMappingSpecification withVirtualName(java.lang.String virtualName)
Returns a reference to this object so that method calls can be chained together.
virtualName
- The virtual device name.
public java.lang.String getNoDevice()
public void setNoDevice(java.lang.String noDevice)
noDevice
- suppress the specified device included in the block device mapping.public InstanceBlockDeviceMappingSpecification withNoDevice(java.lang.String noDevice)
Returns a reference to this object so that method calls can be chained together.
noDevice
- suppress the specified device included in the block device mapping.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |