public static class UpdateEnrichmentOptions.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String projectId,
       String enrichmentId,
       String name)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEnrichmentOptions | build()Builds a UpdateEnrichmentOptions. | 
| UpdateEnrichmentOptions.Builder | description(String description)Set the description. | 
| UpdateEnrichmentOptions.Builder | enrichmentId(String enrichmentId)Set the enrichmentId. | 
| UpdateEnrichmentOptions.Builder | name(String name)Set the name. | 
| UpdateEnrichmentOptions.Builder | projectId(String projectId)Set the projectId. | 
public UpdateEnrichmentOptions build()
public UpdateEnrichmentOptions.Builder projectId(String projectId)
projectId - the projectIdpublic UpdateEnrichmentOptions.Builder enrichmentId(String enrichmentId)
enrichmentId - the enrichmentIdpublic UpdateEnrichmentOptions.Builder name(String name)
name - the namepublic UpdateEnrichmentOptions.Builder description(String description)
description - the descriptionCopyright © 2023 IBM Cloud. All rights reserved.