static CreateVolumeOptions |
CreateVolumeOptions.Builder.fromSnapshotId(String snapshotId) |
|
CreateVolumeOptions |
CreateVolumeOptions.fromSnapshotId(String snapshotId) |
Snapshot ID to create this volume from.
|
static CreateVolumeOptions |
CreateVolumeOptions.Builder.isEncrypted(boolean encrypted) |
|
CreateVolumeOptions |
CreateVolumeOptions.isEncrypted(boolean encrypted) |
Should this EBS volume be encrypted?
|
static CreateVolumeOptions |
CreateVolumeOptions.Builder.volumeType(String volumeType) |
|
CreateVolumeOptions |
CreateVolumeOptions.volumeType(String volumeType) |
EBS volume type to use - if not specified, will be "standard".
|
static CreateVolumeOptions |
CreateVolumeOptions.Builder.withIops(Integer iops) |
|
CreateVolumeOptions |
CreateVolumeOptions.withIops(Integer iops) |
EBS provisioned IOPS
|
static CreateVolumeOptions |
CreateVolumeOptions.Builder.withSize(int size) |
|
CreateVolumeOptions |
CreateVolumeOptions.withSize(int size) |
Snapshot ID to create this volume from.
|