Class EnrichmentJobSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaidata.model.EnrichmentJobSummary.Builder
-
- Enclosing class:
- EnrichmentJobSummary
public static class EnrichmentJobSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnrichmentJobSummarybuild()EnrichmentJobSummary.Buildercopy(EnrichmentJobSummary model)EnrichmentJobSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.EnrichmentJobSummary.BuilderdisplayName(String displayName)A user-friendly display name.EnrichmentJobSummary.BuilderenrichmentJobType(EnrichmentJobType enrichmentJobType)Enrichment job type.EnrichmentJobSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.EnrichmentJobSummary.Builderid(String id)Unique identifier that is immutable on creation.EnrichmentJobSummary.BuilderlifecycleState(LifecycleState lifecycleState)The lifecycleState of GenerateSqlJob.EnrichmentJobSummary.BuildersemanticStoreId(String semanticStoreId)Owning SemanticStore OCID for a GenerateSqlJob.EnrichmentJobSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.EnrichmentJobSummary.BuildertimeAccepted(Date timeAccepted)The date and time that the enrichment job was accepted in the format of an RFC3339 datetime string.
-
-
-
Method Detail
-
id
public EnrichmentJobSummary.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
id- the value to set- Returns:
- this builder
-
semanticStoreId
public EnrichmentJobSummary.Builder semanticStoreId(String semanticStoreId)
Owning SemanticStore OCID for a GenerateSqlJob.- Parameters:
semanticStoreId- the value to set- Returns:
- this builder
-
displayName
public EnrichmentJobSummary.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 EnrichmentJobSummary.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
-
timeAccepted
public EnrichmentJobSummary.Builder timeAccepted(Date timeAccepted)
The date and time that the enrichment job was accepted in the format of an RFC3339 datetime string.- Parameters:
timeAccepted- the value to set- Returns:
- this builder
-
lifecycleState
public EnrichmentJobSummary.Builder lifecycleState(LifecycleState lifecycleState)
The lifecycleState of GenerateSqlJob.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
freeformTags
public EnrichmentJobSummary.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 EnrichmentJobSummary.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
-
systemTags
public EnrichmentJobSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public EnrichmentJobSummary build()
-
copy
public EnrichmentJobSummary.Builder copy(EnrichmentJobSummary model)
-
-