Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceStorageInfo.Builder
Packages that use InstanceStorageInfo.Builder
-
Uses of InstanceStorageInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceStorageInfo.BuilderModifier and TypeMethodDescriptionstatic InstanceStorageInfo.BuilderInstanceStorageInfo.builder()InstanceStorageInfo.Builder.disks(Collection<DiskInfo> disks) Describes the disks that are available for the instance type.InstanceStorageInfo.Builder.disks(Consumer<DiskInfo.Builder>... disks) Describes the disks that are available for the instance type.Describes the disks that are available for the instance type.InstanceStorageInfo.Builder.encryptionSupport(String encryptionSupport) Indicates whether data is encrypted at rest.InstanceStorageInfo.Builder.encryptionSupport(InstanceStorageEncryptionSupport encryptionSupport) Indicates whether data is encrypted at rest.InstanceStorageInfo.Builder.nvmeSupport(String nvmeSupport) Indicates whether non-volatile memory express (NVMe) is supported.InstanceStorageInfo.Builder.nvmeSupport(EphemeralNvmeSupport nvmeSupport) Indicates whether non-volatile memory express (NVMe) is supported.InstanceStorageInfo.toBuilder()InstanceStorageInfo.Builder.totalSizeInGB(Long totalSizeInGB) The total size of the disks, in GB.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStorageInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceStorageInfo.Builder>InstanceStorageInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStorageInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.instanceStorageInfo(Consumer<InstanceStorageInfo.Builder> instanceStorageInfo) Describes the instance storage for the instance type.