Class CreateBlockVolumeMountDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.CreateBlockVolumeMountDetails.Builder
 
- 
- Enclosing class:
- CreateBlockVolumeMountDetails
 
 public static class CreateBlockVolumeMountDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBlockVolumeMountDetailsbuild()CreateBlockVolumeMountDetails.Buildercopy(CreateBlockVolumeMountDetails model)CreateBlockVolumeMountDetails.BuildermountPoint(String mountPoint)The physical mount point where the file system is mounted on the block volume.
 
- 
- 
- 
Method Detail- 
mountPointpublic CreateBlockVolumeMountDetails.Builder mountPoint(String mountPoint) The physical mount point where the file system is mounted on the block volume.Example: /mnt/yourmountpoint - Parameters:
- mountPoint- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateBlockVolumeMountDetails build() 
 - 
copypublic CreateBlockVolumeMountDetails.Builder copy(CreateBlockVolumeMountDetails model) 
 
- 
 
-