Uses of Interface
software.amazon.awssdk.services.ec2.model.EbsBlockDeviceResponse.Builder
Packages that use EbsBlockDeviceResponse.Builder
-
Uses of EbsBlockDeviceResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsBlockDeviceResponse.BuilderModifier and TypeMethodDescriptionEbsBlockDeviceResponse.builder()EbsBlockDeviceResponse.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the volume is deleted on instance termination.Indicates whether the 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.EbsBlockDeviceResponse.Builder.snapshotId(String snapshotId) The ID of the snapshot.EbsBlockDeviceResponse.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.EbsBlockDeviceResponse.toBuilder()EbsBlockDeviceResponse.Builder.volumeSize(Integer volumeSize) The size of the volume, in GiBs.EbsBlockDeviceResponse.Builder.volumeType(String volumeType) The volume type.EbsBlockDeviceResponse.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsBlockDeviceResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EbsBlockDeviceResponse.Builder>EbsBlockDeviceResponse.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsBlockDeviceResponse.BuilderModifier and TypeMethodDescriptionBlockDeviceMappingResponse.Builder.ebs(Consumer<EbsBlockDeviceResponse.Builder> ebs) Parameters used to automatically set up EBS volumes when the instance is launched.