Class CreateVolumeSnapshotOptions.Builder
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions.Builder
-
- Enclosing class:
- CreateVolumeSnapshotOptions
public static class CreateVolumeSnapshotOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CreateVolumeSnapshotOptions
description(String description)
static CreateVolumeSnapshotOptions
force()
static CreateVolumeSnapshotOptions
name(String name)
-
-
-
Method Detail
-
name
public static CreateVolumeSnapshotOptions name(String name)
- See Also:
CreateVolumeSnapshotOptions.getName()
-
description
public static CreateVolumeSnapshotOptions description(String description)
-
force
public static CreateVolumeSnapshotOptions force()
- See Also:
CreateVolumeSnapshotOptions.isForce()
-
-