public static interface LaunchTemplateEbsBlockDeviceRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateEbsBlockDeviceRequest.Builder,LaunchTemplateEbsBlockDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateEbsBlockDeviceRequest.Builder |
deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
encrypted(Boolean encrypted)
Indicates whether the EBS volume is encrypted.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
iops(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. |
LaunchTemplateEbsBlockDeviceRequest.Builder |
kmsKeyId(String kmsKeyId)
The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
volumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
volumeType(String volumeType)
The volume type.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
volumeType(VolumeType volumeType)
The volume type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateEbsBlockDeviceRequest.Builder encrypted(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.
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.LaunchTemplateEbsBlockDeviceRequest.Builder deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
deleteOnTermination - Indicates whether the EBS volume is deleted on instance termination.LaunchTemplateEbsBlockDeviceRequest.Builder iops(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.
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.
LaunchTemplateEbsBlockDeviceRequest.Builder kmsKeyId(String kmsKeyId)
The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
kmsKeyId - The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.LaunchTemplateEbsBlockDeviceRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.LaunchTemplateEbsBlockDeviceRequest.Builder volumeSize(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.
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.
LaunchTemplateEbsBlockDeviceRequest.Builder volumeType(String volumeType)
The volume type.
volumeType - The volume type.VolumeType,
VolumeTypeLaunchTemplateEbsBlockDeviceRequest.Builder volumeType(VolumeType volumeType)
The volume type.
volumeType - The volume type.VolumeType,
VolumeTypeCopyright © 2020. All rights reserved.