Package com.oracle.bmc.database.model
Class AutomatedMountDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AutomatedMountDetails.Builder
-
- Enclosing class:
- AutomatedMountDetails
public static class AutomatedMountDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomatedMountDetails
build()
AutomatedMountDetails.Builder
copy(AutomatedMountDetails model)
AutomatedMountDetails.Builder
nfsServer(List<String> nfsServer)
IP addresses for NFS Auto mount.AutomatedMountDetails.Builder
nfsServerExport(String nfsServerExport)
Specifies the directory on which to mount the file system
-
-
-
Method Detail
-
nfsServer
public AutomatedMountDetails.Builder nfsServer(List<String> nfsServer)
IP addresses for NFS Auto mount.- Parameters:
nfsServer
- the value to set- Returns:
- this builder
-
nfsServerExport
public AutomatedMountDetails.Builder nfsServerExport(String nfsServerExport)
Specifies the directory on which to mount the file system- Parameters:
nfsServerExport
- the value to set- Returns:
- this builder
-
build
public AutomatedMountDetails build()
-
copy
public AutomatedMountDetails.Builder copy(AutomatedMountDetails model)
-
-