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