Contains options supported in the Form API for the CreateSnapshot operation.
Usage
The recommended way to instantiate a CreateSnapshotOptions object is to statically
import CreateSnapshotOptions.Builder.* and invoke a static creation method followed by an
instance mutator (if needed):
import static org.jclouds.ec2.options.CreateSnapshotOptions.Builder.*
EC2Api connection = // get connection
Snapshot snapshot = connection.getElasticBlockStoreApi().get().createSnapshotInRegion(volumeId, withDescription("123125"));