@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
String |
virtualName()
The virtual device name (ephemeralN).
|
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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.