public static class CreateEnrichment.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
CreateEnrichment |
build()
Builds a CreateEnrichment.
|
CreateEnrichment.Builder |
description(String description)
Set the description.
|
CreateEnrichment.Builder |
name(String name)
Set the name.
|
CreateEnrichment.Builder |
options(EnrichmentOptions options)
Set the options.
|
CreateEnrichment.Builder |
type(String type)
Set the type.
|
public CreateEnrichment build()
public CreateEnrichment.Builder name(String name)
name
- the namepublic CreateEnrichment.Builder description(String description)
description
- the descriptionpublic CreateEnrichment.Builder type(String type)
type
- the typepublic CreateEnrichment.Builder options(EnrichmentOptions options)
options
- the optionsCopyright © 2024 IBM Cloud. All rights reserved.