public class CreateEnrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEnrichment.Builder
Builder.
|
static interface |
CreateEnrichment.Type
The type of this enrichment.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
CreateEnrichment.Builder |
newBuilder()
New builder.
|
EnrichmentOptions |
options()
Gets the options.
|
String |
type()
Gets the type.
|
public CreateEnrichment.Builder newBuilder()
public String name()
The human readable name for this enrichment.
public String description()
The description of this enrichment.
public String type()
The type of this enrichment.
public EnrichmentOptions options()
A object containing options for the current enrichment.
Copyright © 2021 IBM Cloud. All rights reserved.