Disk.Builder |
Disk.Builder.addOns(Collection<AddOn> addOns) |
An array of objects representing the add-ons enabled on the disk.
|
Disk.Builder |
Disk.Builder.addOns(Consumer<AddOn.Builder>... addOns) |
An array of objects representing the add-ons enabled on the disk.
|
Disk.Builder |
Disk.Builder.addOns(AddOn... addOns) |
An array of objects representing the add-ons enabled on the disk.
|
Disk.Builder |
Disk.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the disk.
|
Disk.Builder |
Disk.Builder.attachedTo(String attachedTo) |
The resources to which the disk is attached.
|
Disk.Builder |
Disk.Builder.attachmentState(String attachmentState) |
Deprecated.
|
Disk.Builder |
Disk.Builder.autoMountStatus(String autoMountStatus) |
The status of automatically mounting a storage disk to a virtual computer.
|
Disk.Builder |
Disk.Builder.autoMountStatus(AutoMountStatus autoMountStatus) |
The status of automatically mounting a storage disk to a virtual computer.
|
static Disk.Builder |
Disk.builder() |
|
Disk.Builder |
Disk.Builder.createdAt(Instant createdAt) |
The date when the disk was created.
|
Disk.Builder |
Disk.Builder.gbInUse(Integer gbInUse) |
Deprecated.
|
Disk.Builder |
Disk.Builder.iops(Integer iops) |
The input/output operations per second (IOPS) of the disk.
|
Disk.Builder |
Disk.Builder.isAttached(Boolean isAttached) |
A Boolean value indicating whether the disk is attached.
|
Disk.Builder |
Disk.Builder.isSystemDisk(Boolean isSystemDisk) |
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
|
default Disk.Builder |
Disk.Builder.location(Consumer<ResourceLocation.Builder> location) |
The AWS Region and Availability Zone where the disk is located.
|
Disk.Builder |
Disk.Builder.location(ResourceLocation location) |
The AWS Region and Availability Zone where the disk is located.
|
Disk.Builder |
Disk.Builder.name(String name) |
The unique name of the disk.
|
Disk.Builder |
Disk.Builder.path(String path) |
The disk path.
|
Disk.Builder |
Disk.Builder.resourceType(String resourceType) |
The Lightsail resource type (Disk).
|
Disk.Builder |
Disk.Builder.resourceType(ResourceType resourceType) |
The Lightsail resource type (Disk).
|
Disk.Builder |
Disk.Builder.sizeInGb(Integer sizeInGb) |
The size of the disk in GB.
|
Disk.Builder |
Disk.Builder.state(String state) |
Describes the status of the disk.
|
Disk.Builder |
Disk.Builder.state(DiskState state) |
Describes the status of the disk.
|
Disk.Builder |
Disk.Builder.supportCode(String supportCode) |
The support code.
|
Disk.Builder |
Disk.Builder.tags(Collection<Tag> tags) |
The tag keys and optional values for the resource.
|
Disk.Builder |
Disk.Builder.tags(Consumer<Tag.Builder>... tags) |
The tag keys and optional values for the resource.
|
Disk.Builder |
Disk.Builder.tags(Tag... tags) |
The tag keys and optional values for the resource.
|
Disk.Builder |
Disk.toBuilder() |
|