@Generated(value="software.amazon.awssdk:codegen") public final class BlockDeviceMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockDeviceMapping.Builder,BlockDeviceMapping>
Describes a block device mapping.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlockDeviceMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlockDeviceMapping.Builder |
builder() |
String |
deviceName()
The device name assigned to the volume (for example,
/dev/sdh or xvdh). |
Ebs |
ebs()
Information to attach an EBS volume to an instance at launch.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
noDevice()
Setting this value to
true prevents a volume that is included in the block device mapping of the AMI
from being mapped to the specified device name at launch. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlockDeviceMapping.Builder> |
serializableBuilderClass() |
BlockDeviceMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualName()
The name of the instance store volume (virtual device) to attach to an instance at launch.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String virtualName()
The name of the instance store volume (virtual device) to attach to an instance at launch. The name must be in
the form ephemeralX where X is a number starting from zero (0), for example,
ephemeral0.
ephemeral0.public final String deviceName()
The device name assigned to the volume (for example, /dev/sdh or xvdh). For more
information, see Device naming
on Linux instances in the Amazon EC2 User Guide for Linux Instances.
To define a block device mapping, set the device name and exactly one of the following properties:
Ebs, NoDevice, or VirtualName.
/dev/sdh or xvdh). For
more information, see Device naming on Linux
instances in the Amazon EC2 User Guide for Linux Instances.
To define a block device mapping, set the device name and exactly one of the following properties:
Ebs, NoDevice, or VirtualName.
public final Ebs ebs()
Information to attach an EBS volume to an instance at launch.
public final Boolean noDevice()
Setting this value to true prevents a volume that is included in the block device mapping of the AMI
from being mapped to the specified device name at launch.
If NoDevice is true for the root device, instances might fail the EC2 health check. In
that case, Amazon EC2 Auto Scaling launches replacement instances.
true prevents a volume that is included in the block device mapping of
the AMI from being mapped to the specified device name at launch.
If NoDevice is true for the root device, instances might fail the EC2 health
check. In that case, Amazon EC2 Auto Scaling launches replacement instances.
public BlockDeviceMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlockDeviceMapping.Builder,BlockDeviceMapping>public static BlockDeviceMapping.Builder builder()
public static Class<? extends BlockDeviceMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.