public class InstanceBlockDeviceMappingSpecification extends Object implements Serializable, Cloneable
Describes a block device mapping entry.
| Constructor and Description |
|---|
InstanceBlockDeviceMappingSpecification() |
| Modifier and Type | Method and Description |
|---|---|
InstanceBlockDeviceMappingSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceName()
The device name exposed to the instance (for example,
/dev/sdh or xvdh). |
EbsInstanceBlockDeviceSpecification |
getEbs()
Parameters used to automatically set up EBS volumes when the instance
is launched.
|
String |
getNoDevice()
suppress the specified device included in the block device mapping.
|
String |
getVirtualName()
The virtual device name.
|
int |
hashCode() |
void |
setDeviceName(String deviceName)
The device name exposed to the instance (for example,
/dev/sdh or xvdh). |
void |
setEbs(EbsInstanceBlockDeviceSpecification ebs)
Parameters used to automatically set up EBS volumes when the instance
is launched.
|
void |
setNoDevice(String noDevice)
suppress the specified device included in the block device mapping.
|
void |
setVirtualName(String virtualName)
The virtual device name.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceBlockDeviceMappingSpecification |
withDeviceName(String deviceName)
The device name exposed to the instance (for example,
/dev/sdh or xvdh). |
InstanceBlockDeviceMappingSpecification |
withEbs(EbsInstanceBlockDeviceSpecification ebs)
Parameters used to automatically set up EBS volumes when the instance
is launched.
|
InstanceBlockDeviceMappingSpecification |
withNoDevice(String noDevice)
suppress the specified device included in the block device mapping.
|
InstanceBlockDeviceMappingSpecification |
withVirtualName(String virtualName)
The virtual device name.
|
public InstanceBlockDeviceMappingSpecification()
public String getDeviceName()
/dev/sdh or xvdh)./dev/sdh or xvdh).public void setDeviceName(String deviceName)
/dev/sdh or xvdh).deviceName - The device name exposed to the instance (for example,
/dev/sdh or xvdh).public InstanceBlockDeviceMappingSpecification withDeviceName(String deviceName)
/dev/sdh or xvdh).
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 or xvdh).public EbsInstanceBlockDeviceSpecification getEbs()
public void setEbs(EbsInstanceBlockDeviceSpecification ebs)
ebs - Parameters used to automatically set up 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 EBS volumes when the instance
is launched.public String getVirtualName()
public void setVirtualName(String virtualName)
virtualName - The virtual device name.public InstanceBlockDeviceMappingSpecification withVirtualName(String virtualName)
Returns a reference to this object so that method calls can be chained together.
virtualName - The virtual device name.public String getNoDevice()
public void setNoDevice(String noDevice)
noDevice - suppress the specified device included in the block device mapping.public InstanceBlockDeviceMappingSpecification withNoDevice(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 String toString()
toString in class ObjectObject.toString()public InstanceBlockDeviceMappingSpecification clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.