@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) that the volume supports.
|
String |
kmsKeyId()
The ARN of the 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, wait
copy
public 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) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For gp2, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.
Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.
public String kmsKeyId()
The ARN of the 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()
.
VolumeType
public 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()
.
VolumeType
public 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 SdkPojo
public String toString()
Copyright © 2019. All rights reserved.