| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
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(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(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.status(AutoSnapshotStatus status)
The status of the automatic snapshot.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.status(String status)
The status of the automatic snapshot.
|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoSnapshotDetails.Builder> |
AutoSnapshotDetails.serializableBuilderClass() |
Copyright © 2021. All rights reserved.