Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateEbsBlockDevice.Builder
Packages that use LaunchTemplateEbsBlockDevice.Builder
-
Uses of LaunchTemplateEbsBlockDevice.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateEbsBlockDevice.BuilderModifier and TypeMethodDescriptionLaunchTemplateEbsBlockDevice.builder()LaunchTemplateEbsBlockDevice.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the EBS volume is deleted on instance termination.LaunchTemplateEbsBlockDevice.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.Indicates whether the EBS volume is encrypted.The number of I/O operations per second (IOPS) that the volume supports.Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.LaunchTemplateEbsBlockDevice.Builder.snapshotId(String snapshotId) The ID of the snapshot.LaunchTemplateEbsBlockDevice.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.LaunchTemplateEbsBlockDevice.toBuilder()LaunchTemplateEbsBlockDevice.Builder.volumeInitializationRate(Integer volumeInitializationRate) The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume, in MiB/s.LaunchTemplateEbsBlockDevice.Builder.volumeSize(Integer volumeSize) The size of the volume, in GiB.LaunchTemplateEbsBlockDevice.Builder.volumeType(String volumeType) The volume type.LaunchTemplateEbsBlockDevice.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateEbsBlockDevice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateEbsBlockDevice.Builder>LaunchTemplateEbsBlockDevice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateEbsBlockDevice.BuilderModifier and TypeMethodDescriptionLaunchTemplateBlockDeviceMapping.Builder.ebs(Consumer<LaunchTemplateEbsBlockDevice.Builder> ebs) Information about the block device for an EBS volume.