@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledInstancesBlockDeviceMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledInstancesBlockDeviceMapping.Builder,ScheduledInstancesBlockDeviceMapping>
Describes a block device mapping for a Scheduled Instance.
Modifier and Type | Class and Description |
---|---|
static interface |
ScheduledInstancesBlockDeviceMapping.Builder |
Modifier and Type | Method and Description |
---|---|
static ScheduledInstancesBlockDeviceMapping.Builder |
builder() |
String |
deviceName()
The device name (for example,
/dev/sdh or xvdh ). |
ScheduledInstancesEbs |
ebs()
Parameters used to set up EBS volumes automatically 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 ScheduledInstancesBlockDeviceMapping.Builder> |
serializableBuilderClass() |
ScheduledInstancesBlockDeviceMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualName()
The virtual device name (
ephemeral N). |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String deviceName()
The device name (for example, /dev/sdh
or xvdh
).
/dev/sdh
or xvdh
).public ScheduledInstancesEbs ebs()
Parameters used to set up EBS volumes automatically when the instance is launched.
public String noDevice()
Suppresses the specified device included in the block device mapping of the AMI.
public String virtualName()
The virtual device name (ephemeral
N). Instance store volumes are numbered starting from 0. An
instance type with two 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.
Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.
ephemeral
N). Instance store volumes are numbered starting from 0.
An instance type with two 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.
Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.
public ScheduledInstancesBlockDeviceMapping.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ScheduledInstancesBlockDeviceMapping.Builder,ScheduledInstancesBlockDeviceMapping>
public static ScheduledInstancesBlockDeviceMapping.Builder builder()
public static Class<? extends ScheduledInstancesBlockDeviceMapping.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.