Interface DiskMap.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DiskMap.Builder,
,DiskMap> SdkBuilder<DiskMap.Builder,
,DiskMap> SdkPojo
- Enclosing class:
DiskMap
-
Method Summary
Modifier and TypeMethodDescriptionnewDiskName
(String newDiskName) The new disk name (e.g.,my-new-disk
).originalDiskPath
(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 Details
-
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
The new disk name (e.g.,
my-new-disk
).- Parameters:
newDiskName
- The new disk name (e.g.,my-new-disk
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-