Uses of Interface
software.amazon.awssdk.services.ec2.model.EbsBlockDevice.Builder
Packages that use EbsBlockDevice.Builder
-
Uses of EbsBlockDevice.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsBlockDevice.BuilderModifier and TypeMethodDescriptionEbsBlockDevice.Builder.availabilityZone(String availabilityZone) The Availability Zone where the EBS volume will be created (for example,us-east-1a).EbsBlockDevice.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone where the EBS volume will be created (for example,use1-az1).static EbsBlockDevice.BuilderEbsBlockDevice.builder()EbsBlockDevice.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the EBS volume is deleted on instance termination.EbsBlockDevice.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot.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.EbsBlockDevice.Builder.outpostArn(String outpostArn) The ARN of the Outpost on which the snapshot is stored.EbsBlockDevice.Builder.snapshotId(String snapshotId) The ID of the snapshot.EbsBlockDevice.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.EbsBlockDevice.toBuilder()EbsBlockDevice.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.EbsBlockDevice.Builder.volumeSize(Integer volumeSize) The size of the volume, in GiBs.EbsBlockDevice.Builder.volumeType(String volumeType) The volume type.EbsBlockDevice.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsBlockDevice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EbsBlockDevice.Builder>EbsBlockDevice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsBlockDevice.BuilderModifier and TypeMethodDescriptiondefault BlockDeviceMapping.BuilderBlockDeviceMapping.Builder.ebs(Consumer<EbsBlockDevice.Builder> ebs) Parameters used to automatically set up EBS volumes when the instance is launched.