public static class CreateVolumeOptions.Builder extends Object
Constructor and Description |
---|
CreateVolumeOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
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) |
public static CreateVolumeOptions fromSnapshotId(String snapshotId)
public static CreateVolumeOptions withSize(int size)
CreateVolumeOptions.withSize(int)
public static CreateVolumeOptions volumeType(String volumeType)
public static CreateVolumeOptions withIops(Integer iops)
public static CreateVolumeOptions isEncrypted(boolean encrypted)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.