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) that the volume supports.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
kmsKeyId(String kmsKeyId)
The ARN of the 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, sdkFields
copy
applyMutation, build
LaunchTemplateEbsBlockDeviceRequest.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) 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.
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.
LaunchTemplateEbsBlockDeviceRequest.Builder kmsKeyId(String kmsKeyId)
The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.
kmsKeyId
- The ARN of the 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
,
VolumeType
LaunchTemplateEbsBlockDeviceRequest.Builder volumeType(VolumeType volumeType)
The volume type.
volumeType
- The volume type.VolumeType
,
VolumeType
Copyright © 2019. All rights reserved.