public static class GetEnrichmentOptions.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 |
|---|---|
GetEnrichmentOptions |
build()
Builds a GetEnrichmentOptions.
|
GetEnrichmentOptions.Builder |
enrichmentId(String enrichmentId)
Set the enrichmentId.
|
GetEnrichmentOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public GetEnrichmentOptions build()
public GetEnrichmentOptions.Builder projectId(String projectId)
projectId - the projectIdpublic GetEnrichmentOptions.Builder enrichmentId(String enrichmentId)
enrichmentId - the enrichmentIdCopyright © 2022 IBM Cloud. All rights reserved.