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 | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
enrichmentId |
protected java.lang.String |
name |
protected java.lang.String |
projectId |
Modifier | Constructor and Description |
---|---|
protected |
UpdateEnrichmentOptions(UpdateEnrichmentOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
enrichmentId()
Gets the enrichmentId.
|
java.lang.String |
name()
Gets the name.
|
UpdateEnrichmentOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
projectId()
Gets the projectId.
|
protected java.lang.String projectId
protected java.lang.String enrichmentId
protected java.lang.String name
protected java.lang.String description
protected UpdateEnrichmentOptions(UpdateEnrichmentOptions.Builder builder)
public UpdateEnrichmentOptions.Builder newBuilder()
public java.lang.String projectId()
The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
public java.lang.String enrichmentId()
The ID of the enrichment.
public java.lang.String name()
A new name for the enrichment.
public java.lang.String description()
A new description for the enrichment.