public interface VolumeSnapshotBuilder extends Buildable.Builder<VolumeSnapshotBuilder,VolumeSnapshot>
volume(String) . All other fields are optional| Modifier and Type | Method and Description |
|---|---|
VolumeSnapshotBuilder |
description(String description)
Description of the snapshot
|
VolumeSnapshotBuilder |
force(boolean force)
[True/False] Indicate whether to snapshot, even if the volume is attached.
|
VolumeSnapshotBuilder |
name(String name)
Name of the snapshot
|
VolumeSnapshotBuilder |
volume(String volumeId)
The ID of of the existing Volume (REQUIRED)
|
build, fromVolumeSnapshotBuilder name(String name)
name - the nameVolumeSnapshotBuilder description(String description)
description - the descriptionVolumeSnapshotBuilder volume(String volumeId)
volumeId - the volume idVolumeSnapshotBuilder force(boolean force)
force - true to force an attached volume to be a snapshot