Class DirectoryObject.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.DirectoryObject.Builder
-
- Enclosing class:
- DirectoryObject
public static class DirectoryObject.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectoryObject
build()
DirectoryObject.Builder
copy(DirectoryObject model)
DirectoryObject.Builder
name(String name)
Name of directory object in databaseDirectoryObject.Builder
path(String path)
Absolute path of directory on database server
-
-
-
Method Detail
-
name
public DirectoryObject.Builder name(String name)
Name of directory object in database- Parameters:
name
- the value to set- Returns:
- this builder
-
path
public DirectoryObject.Builder path(String path)
Absolute path of directory on database server- Parameters:
path
- the value to set- Returns:
- this builder
-
build
public DirectoryObject build()
-
copy
public DirectoryObject.Builder copy(DirectoryObject model)
-
-