Class SemanticStore.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.SemanticStore.Builder
-
- Enclosing class:
- SemanticStore
public static class SemanticStore.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemanticStorebuild()SemanticStore.BuildercompartmentId(String compartmentId)Owning compartment OCID for a SemanticStore.SemanticStore.Buildercopy(SemanticStore model)SemanticStore.BuilderdataSource(DataSourceDetails dataSource)SemanticStore.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.SemanticStore.Builderdescription(String description)An optional description of the SemanticStore.SemanticStore.BuilderdisplayName(String displayName)A user-friendly name.SemanticStore.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.SemanticStore.Builderid(String id)An OCID that uniquely identifies a SemanticStore.SemanticStore.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail that can provide actionable information.SemanticStore.BuilderlifecycleState(SemanticStore.LifecycleState lifecycleState)The lifecycle state of a SemanticStore.SemanticStore.BuilderrefreshSchedule(RefreshScheduleDetails refreshSchedule)SemanticStore.Builderschemas(SchemasDetails schemas)SemanticStore.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.SemanticStore.BuildertimeCreated(Date timeCreated)The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.SemanticStore.BuildertimeUpdated(Date timeUpdated)The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
-
-
-
Method Detail
-
id
public SemanticStore.Builder id(String id)
An OCID that uniquely identifies a SemanticStore.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public SemanticStore.Builder displayName(String displayName)
A user-friendly name.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public SemanticStore.Builder description(String description)
An optional description of the SemanticStore.- Parameters:
description- the value to set- Returns:
- this builder
-
compartmentId
public SemanticStore.Builder compartmentId(String compartmentId)
Owning compartment OCID for a SemanticStore.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
timeCreated
public SemanticStore.Builder timeCreated(Date timeCreated)
The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public SemanticStore.Builder timeUpdated(Date timeUpdated)
The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
lifecycleState
public SemanticStore.Builder lifecycleState(SemanticStore.LifecycleState lifecycleState)
The lifecycle state of a SemanticStore.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public SemanticStore.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail that can provide actionable information.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
dataSource
public SemanticStore.Builder dataSource(DataSourceDetails dataSource)
-
refreshSchedule
public SemanticStore.Builder refreshSchedule(RefreshScheduleDetails refreshSchedule)
-
schemas
public SemanticStore.Builder schemas(SchemasDetails schemas)
-
freeformTags
public SemanticStore.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public SemanticStore.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public SemanticStore.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 SemanticStore build()
-
copy
public SemanticStore.Builder copy(SemanticStore model)
-
-