Class DeleteProjectOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v2.model.DeleteProjectOptions.Builder
- Enclosing class:
- DeleteProjectOptions
public static class DeleteProjectOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteProjectOptions
build()
Builds a DeleteProjectOptions.DeleteProjectOptions.Builder
projectId(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 DeleteProjectOptions.- Returns:
- the new DeleteProjectOptions instance
-
projectId
Set the projectId.- Parameters:
projectId
- the projectId- Returns:
- the DeleteProjectOptions builder
-