public static class CollectionEnrichment.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionEnrichment.Builder |
addFields(String fields)
Adds an fields to fields.
|
CollectionEnrichment |
build()
Builds a CollectionEnrichment.
|
CollectionEnrichment.Builder |
enrichmentId(String enrichmentId)
Set the enrichmentId.
|
CollectionEnrichment.Builder |
fields(List<String> fields)
Set the fields.
|
public CollectionEnrichment build()
public CollectionEnrichment.Builder addFields(String fields)
fields - the new fieldspublic CollectionEnrichment.Builder enrichmentId(String enrichmentId)
enrichmentId - the enrichmentIdpublic CollectionEnrichment.Builder fields(List<String> fields)
fields - the fieldsCopyright © 2022 IBM Cloud. All rights reserved.