static AutoSnapshotDetails.Builder |
AutoSnapshotDetails.builder() |
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.createdAt(Instant createdAt) |
The timestamp when the automatic snapshot was created.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.date(String date) |
The date of the automatic snapshot in YYYY-MM-DD format.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.fromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks) |
An array of objects that describe the block storage disks attached to the instance when the automatic
snapshot was created.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.fromAttachedDisks(Consumer<AttachedDisk.Builder>... fromAttachedDisks) |
An array of objects that describe the block storage disks attached to the instance when the automatic
snapshot was created.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.fromAttachedDisks(AttachedDisk... fromAttachedDisks) |
An array of objects that describe the block storage disks attached to the instance when the automatic
snapshot was created.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.status(String status) |
The status of the automatic snapshot.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.status(AutoSnapshotStatus status) |
The status of the automatic snapshot.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.toBuilder() |
|