public static class DeleteEnrichmentOptions.Builder extends Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(String projectId,
       String enrichmentId)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteEnrichmentOptions | 
build()
Builds a DeleteEnrichmentOptions. 
 | 
DeleteEnrichmentOptions.Builder | 
enrichmentId(String enrichmentId)
Set the enrichmentId. 
 | 
DeleteEnrichmentOptions.Builder | 
projectId(String projectId)
Set the projectId. 
 | 
public DeleteEnrichmentOptions build()
public DeleteEnrichmentOptions.Builder projectId(String projectId)
projectId - the projectIdpublic DeleteEnrichmentOptions.Builder enrichmentId(String enrichmentId)
enrichmentId - the enrichmentIdCopyright © 2021 IBM Cloud. All rights reserved.