public static class DeleteEnrichmentOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| DeleteEnrichmentOptions.Builder()Instantiates a new builder. | 
| DeleteEnrichmentOptions.Builder(java.lang.String projectId,
                               java.lang.String enrichmentId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteEnrichmentOptions | build()Builds a DeleteEnrichmentOptions. | 
| DeleteEnrichmentOptions.Builder | enrichmentId(java.lang.String enrichmentId)Set the enrichmentId. | 
| DeleteEnrichmentOptions.Builder | projectId(java.lang.String projectId)Set the projectId. | 
public DeleteEnrichmentOptions.Builder()
public DeleteEnrichmentOptions.Builder(java.lang.String projectId,
                               java.lang.String enrichmentId)
projectId - the projectIdenrichmentId - the enrichmentIdpublic DeleteEnrichmentOptions build()
public DeleteEnrichmentOptions.Builder projectId(java.lang.String projectId)
projectId - the projectIdpublic DeleteEnrichmentOptions.Builder enrichmentId(java.lang.String enrichmentId)
enrichmentId - the enrichmentId