Class UpdateProjectOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v2.model.UpdateProjectOptions.Builder
- Enclosing class:
- UpdateProjectOptions
public static class UpdateProjectOptions.Builder extends Object
Builder.
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description UpdateProjectOptionsbuild()Builds a UpdateProjectOptions.UpdateProjectOptions.Buildername(String name)Set the name.UpdateProjectOptions.BuilderprojectId(String projectId)Set the projectId.
- 
Constructor Details- 
Builderpublic Builder()Instantiates a new builder.
- 
BuilderInstantiates a new builder with required properties.- Parameters:
- projectId- the projectId
 
 
- 
- 
Method Details- 
buildBuilds a UpdateProjectOptions.- Returns:
- the new UpdateProjectOptions instance
 
- 
projectIdSet the projectId.- Parameters:
- projectId- the projectId
- Returns:
- the UpdateProjectOptions builder
 
- 
nameSet the name.- Parameters:
- name- the name
- Returns:
- the UpdateProjectOptions builder
 
 
-