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