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