@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateEbsBlockDeviceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateEbsBlockDeviceRequest.Builder,LaunchTemplateEbsBlockDeviceRequest>
The parameters for a block device for an EBS volume.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateEbsBlockDeviceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateEbsBlockDeviceRequest.Builder |
builder() |
Boolean |
deleteOnTermination()
Indicates whether the EBS volume is deleted on instance termination.
|
Boolean |
encrypted()
Indicates whether the EBS volume is encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
iops()
The number of I/O operations per second (IOPS) to provision for an
io1 or io2 volume,
with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2. |
String |
kmsKeyId()
The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateEbsBlockDeviceRequest.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The ID of the snapshot.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
volumeSize()
The size of the volume, in GiB.
|
VolumeType |
volumeType()
The volume type.
|
String |
volumeTypeAsString()
The volume type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean encrypted()
Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
public Boolean deleteOnTermination()
Indicates whether the EBS volume is deleted on instance termination.
public Integer iops()
The number of I/O operations per second (IOPS) to provision for an io1 or io2 volume,
with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2. Range is 100 to
64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on Nitro-based
instances. Other instance families guarantee performance up to 32,000 IOPS. For more information, see Amazon EBS Volume Types in the
Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and io2) volumes.
io1 or io2
volume, with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2.
Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on Nitro-
based instances. Other instance families guarantee performance up to 32,000 IOPS. For more
information, see Amazon
EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and io2) volumes.
public String kmsKeyId()
The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
public String snapshotId()
The ID of the snapshot.
public Integer volumeSize()
The size of the volume, in GiB.
Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.
Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.
public VolumeType volumeType()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic String volumeTypeAsString()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic LaunchTemplateEbsBlockDeviceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateEbsBlockDeviceRequest.Builder,LaunchTemplateEbsBlockDeviceRequest>public static LaunchTemplateEbsBlockDeviceRequest.Builder builder()
public static Class<? extends LaunchTemplateEbsBlockDeviceRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.