public static class UpdateEnrichmentOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateEnrichmentOptions.Builder()
Instantiates a new builder.
|
UpdateEnrichmentOptions.Builder(java.lang.String projectId,
java.lang.String enrichmentId,
java.lang.String name)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateEnrichmentOptions |
build()
Builds a UpdateEnrichmentOptions.
|
UpdateEnrichmentOptions.Builder |
description(java.lang.String description)
Set the description.
|
UpdateEnrichmentOptions.Builder |
enrichmentId(java.lang.String enrichmentId)
Set the enrichmentId.
|
UpdateEnrichmentOptions.Builder |
name(java.lang.String name)
Set the name.
|
UpdateEnrichmentOptions.Builder |
projectId(java.lang.String projectId)
Set the projectId.
|
public UpdateEnrichmentOptions.Builder()
public UpdateEnrichmentOptions.Builder(java.lang.String projectId, java.lang.String enrichmentId, java.lang.String name)
projectId
- the projectIdenrichmentId
- the enrichmentIdname
- the namepublic UpdateEnrichmentOptions build()
public UpdateEnrichmentOptions.Builder projectId(java.lang.String projectId)
projectId
- the projectIdpublic UpdateEnrichmentOptions.Builder enrichmentId(java.lang.String enrichmentId)
enrichmentId
- the enrichmentIdpublic UpdateEnrichmentOptions.Builder name(java.lang.String name)
name
- the namepublic UpdateEnrichmentOptions.Builder description(java.lang.String description)
description
- the description