org.jclouds.ec2.options
Class CreateVolumeOptions.Builder
java.lang.Object
org.jclouds.ec2.options.CreateVolumeOptions.Builder
- Enclosing class:
- CreateVolumeOptions
public static class CreateVolumeOptions.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateVolumeOptions.Builder
public CreateVolumeOptions.Builder()
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.