public static interface DiskMap.Builder extends CopyableBuilder<DiskMap.Builder,DiskMap>
| Modifier and Type | Method and Description |
|---|---|
DiskMap.Builder |
newDiskName(String newDiskName)
The new disk name (e.g.,
my-new-disk). |
DiskMap.Builder |
originalDiskPath(String originalDiskPath)
The original disk path exposed to the instance (for example,
/dev/sdh). |
copyapply, buildDiskMap.Builder originalDiskPath(String originalDiskPath)
The original disk path exposed to the instance (for example, /dev/sdh).
originalDiskPath - The original disk path exposed to the instance (for example, /dev/sdh).DiskMap.Builder newDiskName(String newDiskName)
The new disk name (e.g., my-new-disk).
newDiskName - The new disk name (e.g., my-new-disk).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.