Class BlockDeviceMapping
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlockDeviceMapping.Builder,BlockDeviceMapping>
Describes a block device mapping.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockDeviceMapping.Builderbuilder()final StringThe device name assigned to the volume (for example,/dev/sdhorxvdh).final Ebsebs()Information to attach an EBS volume to an instance at launch.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleannoDevice()Setting this value totrueprevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.static Class<? extends BlockDeviceMapping.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe name of the instance store volume (virtual device) to attach to an instance at launch.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.- Returns:
- 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.
-
deviceName
The device name assigned to the volume (for example,
/dev/sdhorxvdh). 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, orVirtualName.- Returns:
- The device name assigned to the volume (for example,
/dev/sdhorxvdh). 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, orVirtualName.
-
ebs
Information to attach an EBS volume to an instance at launch.
- Returns:
- Information to attach an EBS volume to an instance at launch.
-
noDevice
Setting this value to
trueprevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.If
NoDeviceistruefor the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.- Returns:
- Setting this value to
trueprevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.If
NoDeviceistruefor the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BlockDeviceMapping.Builder,BlockDeviceMapping> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-