Uses of Interface
software.amazon.awssdk.services.ec2.model.DiskInfo.Builder
-
Packages that use DiskInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DiskInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DiskInfo.Builder Modifier and Type Method Description static DiskInfo.BuilderDiskInfo. builder()DiskInfo.BuilderDiskInfo.Builder. count(Integer count)The number of disks with this configuration.DiskInfo.BuilderDiskInfo.Builder. sizeInGB(Long sizeInGB)The size of the disk in GB.DiskInfo.BuilderDiskInfo. toBuilder()DiskInfo.BuilderDiskInfo.Builder. type(String type)The type of disk.DiskInfo.BuilderDiskInfo.Builder. type(DiskType type)The type of disk.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DiskInfo.Builder Modifier and Type Method Description static Class<? extends DiskInfo.Builder>DiskInfo. serializableBuilderClass()
-