public static class CreateVolumeOptions.Builder extends Object
| Constructor and Description |
|---|
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)
CreateVolumeOptions.volumeType(String)public static CreateVolumeOptions withIops(Integer iops)
CreateVolumeOptions.withIops(Integer)public static CreateVolumeOptions isEncrypted(boolean encrypted)
CreateVolumeOptions.isEncrypted(boolean)Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.