org.jclouds.ec2.options
Class CreateVolumeOptions.Builder

java.lang.Object
  extended by org.jclouds.ec2.options.CreateVolumeOptions.Builder
Enclosing class:
CreateVolumeOptions

public static class CreateVolumeOptions.Builder
extends Object


Constructor Summary
CreateVolumeOptions.Builder()
           
 
Method Summary
static CreateVolumeOptions fromSnapshotId(String snapshotId)
           
static CreateVolumeOptions isEncrypted(boolean encrypted)
           
static CreateVolumeOptions volumeType(String volumeType)
           
static CreateVolumeOptions withIops(Integer iops)
           
static CreateVolumeOptions withSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVolumeOptions.Builder

public CreateVolumeOptions.Builder()
Method Detail

fromSnapshotId

public static CreateVolumeOptions fromSnapshotId(String snapshotId)
See Also:
CreateVolumeOptions.fromSnapshotId(String)

withSize

public static CreateVolumeOptions withSize(int size)
See Also:
CreateVolumeOptions.withSize(int)

volumeType

public static CreateVolumeOptions volumeType(String volumeType)
See Also:
CreateVolumeOptions.volumeType(String)

withIops

public static CreateVolumeOptions withIops(Integer iops)
See Also:
CreateVolumeOptions.withIops(Integer)

isEncrypted

public static CreateVolumeOptions isEncrypted(boolean encrypted)
See Also:
CreateVolumeOptions.isEncrypted(boolean)


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