public static interface AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder,AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.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.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.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're 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're creating a volume from a snapshot, you can't specify an
encryption value.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder iops(Integer iops)
The number of I/O operations per second (IOPS).
iops - The number of I/O operations per second (IOPS).AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used for encryption.
kmsKeyId - The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used
for encryption.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId - The ID of the EBS snapshot.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder throughput(Integer throughput)
The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.
throughput - The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder volumeSize(Integer volumeSize)
The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
volumeSize - The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder volumeType(String volumeType)
The volume type.
volumeType - The volume type.Copyright © 2023. All rights reserved.