Uses of Interface
software.amazon.awssdk.services.lightsail.model.InstanceSnapshotInfo.Builder
-
Packages that use InstanceSnapshotInfo.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceSnapshotInfo.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceSnapshotInfo.Builder Modifier and Type Method Description static InstanceSnapshotInfo.BuilderInstanceSnapshotInfo. builder()InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromBlueprintId(String fromBlueprintId)The blueprint ID from which the source instance (os_debian_8_3).InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromBundleId(String fromBundleId)The bundle ID from which the source instance was created (micro_1_0).InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromDiskInfo(Collection<DiskInfo> fromDiskInfo)A list of objects describing the disks that were attached to the source instance.InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromDiskInfo(Consumer<DiskInfo.Builder>... fromDiskInfo)A list of objects describing the disks that were attached to the source instance.InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromDiskInfo(DiskInfo... fromDiskInfo)A list of objects describing the disks that were attached to the source instance.InstanceSnapshotInfo.BuilderInstanceSnapshotInfo. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstanceSnapshotInfo.Builder Modifier and Type Method Description static Class<? extends InstanceSnapshotInfo.Builder>InstanceSnapshotInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstanceSnapshotInfo.Builder Modifier and Type Method Description default ExportSnapshotRecordSourceInfo.BuilderExportSnapshotRecordSourceInfo.Builder. instanceSnapshotInfo(Consumer<InstanceSnapshotInfo.Builder> instanceSnapshotInfo)A list of objects describing an instance snapshot.
-