public class CreateEnrichmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEnrichmentOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected CreateEnrichment |
enrichment |
protected java.io.InputStream |
file |
protected java.lang.String |
projectId |
Modifier | Constructor and Description |
---|---|
protected |
CreateEnrichmentOptions(CreateEnrichmentOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
CreateEnrichment |
enrichment()
Gets the enrichment.
|
java.io.InputStream |
file()
Gets the file.
|
CreateEnrichmentOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
projectId()
Gets the projectId.
|
protected java.lang.String projectId
protected CreateEnrichment enrichment
protected java.io.InputStream file
protected CreateEnrichmentOptions(CreateEnrichmentOptions.Builder builder)
public CreateEnrichmentOptions.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 CreateEnrichment enrichment()
Information about a specific enrichment.
public java.io.InputStream file()
The enrichment file to upload.