Class GetComponentSettingsOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v2.model.GetComponentSettingsOptions.Builder
- Enclosing class:
 - GetComponentSettingsOptions
 
public static class GetComponentSettingsOptions.Builder extends Object
Builder.
- 
Constructor Summary
 - 
Method Summary
Modifier and Type Method Description GetComponentSettingsOptionsbuild()Builds a GetComponentSettingsOptions.GetComponentSettingsOptions.BuilderprojectId(String projectId)Set the projectId. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 projectId- the projectId
 
 - 
 - 
Method Details
- 
build
Builds a GetComponentSettingsOptions.- Returns:
 - the new GetComponentSettingsOptions instance
 
 - 
projectId
Set the projectId.- Parameters:
 projectId- the projectId- Returns:
 - the GetComponentSettingsOptions builder
 
 
 -