static AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.builder() |
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.deleteOnTermination(Boolean deleteOnTermination) |
Indicates whether the EBS volume is deleted on instance termination.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.encrypted(Boolean encrypted) |
Indicates whether the EBS volume is encrypted.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.iops(Integer iops) |
The number of I/O operations per second (IOPS).
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used for
encryption.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.snapshotId(String snapshotId) |
The ID of the EBS snapshot.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.throughput(Integer throughput) |
The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.toBuilder() |
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.volumeSize(Integer volumeSize) |
The size of the volume, in GiBs.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.Builder.volumeType(String volumeType) |
The volume type.
|