Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateEbsBlockDeviceRequest.Builder
Packages that use LaunchTemplateEbsBlockDeviceRequest.Builder
-
Uses of LaunchTemplateEbsBlockDeviceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateEbsBlockDeviceRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateEbsBlockDeviceRequest.builder()LaunchTemplateEbsBlockDeviceRequest.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the EBS volume is deleted on instance termination.LaunchTemplateEbsBlockDeviceRequest.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).Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.LaunchTemplateEbsBlockDeviceRequest.Builder.snapshotId(String snapshotId) The ID of the snapshot.LaunchTemplateEbsBlockDeviceRequest.Builder.throughput(Integer throughput) The throughput to provision for agp3volume, with a maximum of 2,000 MiB/s.LaunchTemplateEbsBlockDeviceRequest.toBuilder()LaunchTemplateEbsBlockDeviceRequest.Builder.volumeInitializationRate(Integer volumeInitializationRate) Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume.LaunchTemplateEbsBlockDeviceRequest.Builder.volumeSize(Integer volumeSize) The size of the volume, in GiBs.LaunchTemplateEbsBlockDeviceRequest.Builder.volumeType(String volumeType) The volume type.LaunchTemplateEbsBlockDeviceRequest.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateEbsBlockDeviceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateEbsBlockDeviceRequest.Builder>LaunchTemplateEbsBlockDeviceRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateEbsBlockDeviceRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateBlockDeviceMappingRequest.Builder.ebs(Consumer<LaunchTemplateEbsBlockDeviceRequest.Builder> ebs) Parameters used to automatically set up EBS volumes when the instance is launched.