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