| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.builder() |
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.Builder.fromBlueprintId(String fromBlueprintId)
The blueprint ID from which the source instance (e.g.,
os_debian_8_3). |
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.Builder.fromBundleId(String fromBundleId)
The bundle ID from which the source instance was created (e.g.,
micro_1_0). |
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.Builder.fromDiskInfo(Collection<DiskInfo> fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.Builder.fromDiskInfo(Consumer<DiskInfo.Builder>... fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.Builder.fromDiskInfo(DiskInfo... fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
InstanceSnapshotInfo.Builder |
InstanceSnapshotInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceSnapshotInfo.Builder> |
InstanceSnapshotInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportSnapshotRecordSourceInfo.Builder |
ExportSnapshotRecordSourceInfo.Builder.instanceSnapshotInfo(Consumer<InstanceSnapshotInfo.Builder> instanceSnapshotInfo)
A list of objects describing an instance snapshot.
|
Copyright © 2022. All rights reserved.