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