Interface DiskMap.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DiskMap.Builder,DiskMap>,SdkBuilder<DiskMap.Builder,DiskMap>,SdkPojo
- Enclosing class:
- DiskMap
public static interface DiskMap.Builder extends SdkPojo, CopyableBuilder<DiskMap.Builder,DiskMap>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiskMap.BuildernewDiskName(String newDiskName)The new disk name (my-new-disk).DiskMap.BuilderoriginalDiskPath(String originalDiskPath)The original disk path exposed to the instance (for example,/dev/sdh).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
originalDiskPath
DiskMap.Builder originalDiskPath(String originalDiskPath)
The original disk path exposed to the instance (for example,
/dev/sdh).- Parameters:
originalDiskPath- The original disk path exposed to the instance (for example,/dev/sdh).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newDiskName
DiskMap.Builder newDiskName(String newDiskName)
The new disk name (
my-new-disk).- Parameters:
newDiskName- The new disk name (my-new-disk).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-