Package com.oracle.bmc.batch.model
Class NfsVolume.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.NfsVolume.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NfsVolumebuild()NfsVolume.Buildercopy(NfsVolume model)NfsVolume.BuilderlocalMountDirectoryPath(String localMountDirectoryPath)The local path to mount the NFS share to.NfsVolume.BuildermountTargetExportPath(String mountTargetExportPath)The path to the directory on the NFS server to be mounted.NfsVolume.BuildermountTargetFqdn(String mountTargetFqdn)The FQDN of the NFS server to connect to.NfsVolume.Buildername(String name)The name of the NfsVolume.
-
-
-
Method Detail
-
name
public NfsVolume.Builder name(String name)
The name of the NfsVolume.- Parameters:
name- the value to set- Returns:
- this builder
-
mountTargetFqdn
public NfsVolume.Builder mountTargetFqdn(String mountTargetFqdn)
The FQDN of the NFS server to connect to.- Parameters:
mountTargetFqdn- the value to set- Returns:
- this builder
-
mountTargetExportPath
public NfsVolume.Builder mountTargetExportPath(String mountTargetExportPath)
The path to the directory on the NFS server to be mounted.- Parameters:
mountTargetExportPath- the value to set- Returns:
- this builder
-
localMountDirectoryPath
public NfsVolume.Builder localMountDirectoryPath(String localMountDirectoryPath)
The local path to mount the NFS share to.- Parameters:
localMountDirectoryPath- the value to set- Returns:
- this builder
-
build
public NfsVolume build()
-
copy
public NfsVolume.Builder copy(NfsVolume model)
-
-