Package org.jclouds.ec2.options
Class CreateVolumeOptions.Builder
java.lang.Object
org.jclouds.ec2.options.CreateVolumeOptions.Builder
- Enclosing class:
CreateVolumeOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateVolumeOptions
fromSnapshotId
(String snapshotId) static CreateVolumeOptions
isEncrypted
(boolean encrypted) static CreateVolumeOptions
volumeType
(String volumeType) static CreateVolumeOptions
static CreateVolumeOptions
withSize
(int size)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fromSnapshotId
- See Also:
-
withSize
- See Also:
-
volumeType
- See Also:
-
withIops
- See Also:
-
isEncrypted
- See Also:
-