Class GenerateEnrichmentJobDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaidata.model.GenerateEnrichmentJobDetails.Builder
-
- Enclosing class:
- GenerateEnrichmentJobDetails
public static class GenerateEnrichmentJobDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateEnrichmentJobDetailsbuild()GenerateEnrichmentJobDetails.Buildercopy(GenerateEnrichmentJobDetails model)GenerateEnrichmentJobDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.GenerateEnrichmentJobDetails.Builderdescription(String description)An optional description of the EnrichmentJob.GenerateEnrichmentJobDetails.BuilderdisplayName(String displayName)A user-friendly display name.GenerateEnrichmentJobDetails.BuilderenrichmentJobConfiguration(EnrichmentJobConfiguration enrichmentJobConfiguration)GenerateEnrichmentJobDetails.BuilderenrichmentJobType(EnrichmentJobType enrichmentJobType)Enrichment job type.GenerateEnrichmentJobDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.
-
-
-
Method Detail
-
description
public GenerateEnrichmentJobDetails.Builder description(String description)
An optional description of the EnrichmentJob.- Parameters:
description- the value to set- Returns:
- this builder
-
displayName
public GenerateEnrichmentJobDetails.Builder displayName(String displayName)
A user-friendly display name.It does not have to be unique and can be modified. Avoid entering confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
enrichmentJobType
public GenerateEnrichmentJobDetails.Builder enrichmentJobType(EnrichmentJobType enrichmentJobType)
Enrichment job type.Currently supported Full Build (All supported objects in a given schema) and Partial Build (Selected tables and/or supported objects in a given schema).
- Parameters:
enrichmentJobType- the value to set- Returns:
- this builder
-
enrichmentJobConfiguration
public GenerateEnrichmentJobDetails.Builder enrichmentJobConfiguration(EnrichmentJobConfiguration enrichmentJobConfiguration)
-
freeformTags
public GenerateEnrichmentJobDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public GenerateEnrichmentJobDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public GenerateEnrichmentJobDetails build()
-
copy
public GenerateEnrichmentJobDetails.Builder copy(GenerateEnrichmentJobDetails model)
-
-