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