Uses of Interface
software.amazon.awssdk.services.lightsail.model.AttachedDisk.Builder
-
Packages that use AttachedDisk.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AttachedDisk.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AttachedDisk.Builder Modifier and Type Method Description static AttachedDisk.BuilderAttachedDisk. builder()AttachedDisk.BuilderAttachedDisk.Builder. path(String path)The path of the disk (/dev/xvdf).AttachedDisk.BuilderAttachedDisk.Builder. sizeInGb(Integer sizeInGb)The size of the disk in GB.AttachedDisk.BuilderAttachedDisk. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AttachedDisk.Builder Modifier and Type Method Description static Class<? extends AttachedDisk.Builder>AttachedDisk. serializableBuilderClass()
-