@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()
Suppresses the specified device included in the block device mapping of the AMI.
|
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 String deviceName()
The device name (for example, /dev/sdh or xvdh).
public 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 LaunchTemplateEbsBlockDeviceRequest ebs()
Parameters used to automatically set up EBS volumes when the instance is launched.
public String noDevice()
Suppresses the specified device included in the block device mapping of the AMI.
public LaunchTemplateBlockDeviceMappingRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateBlockDeviceMappingRequest.Builder,LaunchTemplateBlockDeviceMappingRequest>
public static LaunchTemplateBlockDeviceMappingRequest.Builder builder()
public static Class<? extends LaunchTemplateBlockDeviceMappingRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.