org.jclouds.openstack.nova.v2_0.options
Class CreateVolumeSnapshotOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions.Builder
Enclosing class:
CreateVolumeSnapshotOptions

public static class CreateVolumeSnapshotOptions.Builder
extends Object


Constructor Summary
CreateVolumeSnapshotOptions.Builder()
           
 
Method Summary
static CreateVolumeSnapshotOptions description(String description)
           
static CreateVolumeSnapshotOptions force()
           
static CreateVolumeSnapshotOptions name(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVolumeSnapshotOptions.Builder

public CreateVolumeSnapshotOptions.Builder()
Method Detail

name

public static CreateVolumeSnapshotOptions name(String name)
See Also:
CreateVolumeSnapshotOptions.getName()

description

public static CreateVolumeSnapshotOptions description(String description)
See Also:
CreateVolumeSnapshotOptions.getDescription()

force

public static CreateVolumeSnapshotOptions force()
See Also:
CreateVolumeSnapshotOptions.isForce()


Copyright © 2009-2012 jclouds. All Rights Reserved.