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