public class UpdateEnrichmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEnrichmentOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
enrichmentId()
Gets the enrichmentId.
|
String |
name()
Gets the name.
|
UpdateEnrichmentOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
public UpdateEnrichmentOptions.Builder newBuilder()
public String projectId()
The Universally Unique Identifier (UUID) of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String enrichmentId()
The Universally Unique Identifier (UUID) of the enrichment.
public String name()
A new name for the enrichment.
public String description()
A new description for the enrichment.
Copyright © 2024 IBM Cloud. All rights reserved.