Package com.dnanexus
Class DXProject.Builder
- java.lang.Object
-
- com.dnanexus.DXProject.Builder
-
- Enclosing class:
- DXProject
public static class DXProject.Builder extends Object
Builder class for creating a newDXProjectobject. To obtain an instance, callDXProject.newProject().
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DXProjectbuild()Creates the project.DXProject.BuildersetName(String name)Sets the name of the new project.
-
-
-
Method Detail
-
setName
public DXProject.Builder setName(String name)
Sets the name of the new project.- Parameters:
name- String containing the new name of the project- Returns:
- the same
Builderobject
-
build
public DXProject build()
Creates the project.- Returns:
- a
DXProjectcorresponding to the newly created project
-
-