org.jclouds.openstack.cinder.v1.options
Class CreateSnapshotOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.cinder.v1.options.CreateSnapshotOptions.Builder
Enclosing class:
CreateSnapshotOptions

public static class CreateSnapshotOptions.Builder
extends Object


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

Constructor Detail

CreateSnapshotOptions.Builder

public CreateSnapshotOptions.Builder()
Method Detail

name

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

description

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

force

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


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.