@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateBlockDeviceMappingRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateBlockDeviceMappingRequest.Builder,LaunchTemplateBlockDeviceMappingRequest>
Describes a block device mapping.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateBlockDeviceMappingRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateBlockDeviceMappingRequest.Builder |
builder() |
String |
deviceName()
The device name (for example, /dev/sdh or xvdh).
|
LaunchTemplateEbsBlockDeviceRequest |
ebs()
Parameters used to automatically set up EBS volumes when the instance is launched.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
noDevice()
To omit the device from the block device mapping, specify an empty string.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateBlockDeviceMappingRequest.Builder> |
serializableBuilderClass() |
LaunchTemplateBlockDeviceMappingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualName()
The virtual device name (ephemeralN).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String deviceName()
The device name (for example, /dev/sdh or xvdh).
public final String virtualName()
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
public final LaunchTemplateEbsBlockDeviceRequest ebs()
Parameters used to automatically set up EBS volumes when the instance is launched.
public final String noDevice()
To omit the device from the block device mapping, specify an empty string.
public LaunchTemplateBlockDeviceMappingRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateBlockDeviceMappingRequest.Builder,LaunchTemplateBlockDeviceMappingRequest>
public static LaunchTemplateBlockDeviceMappingRequest.Builder builder()
public static Class<? extends LaunchTemplateBlockDeviceMappingRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.