public static class UpdateBlockVolumeMountDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBlockVolumeMountDetails |
build() |
UpdateBlockVolumeMountDetails.Builder |
copy(UpdateBlockVolumeMountDetails model) |
UpdateBlockVolumeMountDetails.Builder |
mountPoint(String mountPoint)
The physical mount point used for mounting the file system on a block volume.
|
public UpdateBlockVolumeMountDetails.Builder mountPoint(String mountPoint)
The physical mount point used for mounting the file system on a block volume.
Example: /mnt/yourmountpoint
mountPoint
- the value to setpublic UpdateBlockVolumeMountDetails build()
public UpdateBlockVolumeMountDetails.Builder copy(UpdateBlockVolumeMountDetails model)
Copyright © 2016–2024. All rights reserved.