Class SemanticStoreSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.SemanticStoreSummary.Builder
-
- Enclosing class:
- SemanticStoreSummary
public static class SemanticStoreSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemanticStoreSummarybuild()SemanticStoreSummary.BuildercompartmentId(String compartmentId)Owning compartment OCID for a SemanticStore.SemanticStoreSummary.Buildercopy(SemanticStoreSummary model)SemanticStoreSummary.BuilderdataSource(DataSourceDetails dataSource)SemanticStoreSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.SemanticStoreSummary.Builderdescription(String description)An optional description of the SemanticStore.SemanticStoreSummary.BuilderdisplayName(String displayName)A user-friendly name.SemanticStoreSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.SemanticStoreSummary.Builderid(String id)An OCID that uniquely identifies a SemanticStore.SemanticStoreSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail that can provide actionable information.SemanticStoreSummary.BuilderlifecycleState(SemanticStore.LifecycleState lifecycleState)The current state of the SemanticStore.SemanticStoreSummary.BuilderrefreshSchedule(RefreshScheduleDetails refreshSchedule)SemanticStoreSummary.Builderschemas(SchemasDetails schemas)SemanticStoreSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.SemanticStoreSummary.BuildertimeCreated(Date timeCreated)The date and time that the semanticStore was created in the format of an RFC3339 datetime string.SemanticStoreSummary.BuildertimeUpdated(Date timeUpdated)The date and time that the semanticStore was updated in the format of an RFC3339 datetime string.
-
-
-
Method Detail
-
id
public SemanticStoreSummary.Builder id(String id)
An OCID that uniquely identifies a SemanticStore.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public SemanticStoreSummary.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public SemanticStoreSummary.Builder description(String description)
An optional description of the SemanticStore.- Parameters:
description- the value to set- Returns:
- this builder
-
compartmentId
public SemanticStoreSummary.Builder compartmentId(String compartmentId)
Owning compartment OCID for a SemanticStore.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
dataSource
public SemanticStoreSummary.Builder dataSource(DataSourceDetails dataSource)
-
refreshSchedule
public SemanticStoreSummary.Builder refreshSchedule(RefreshScheduleDetails refreshSchedule)
-
schemas
public SemanticStoreSummary.Builder schemas(SchemasDetails schemas)
-
timeCreated
public SemanticStoreSummary.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 SemanticStoreSummary.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 SemanticStoreSummary.Builder lifecycleState(SemanticStore.LifecycleState lifecycleState)
The current state of the SemanticStore.Allowed values are: - ACTIVE - CREATING - UPDATING - DELETING - DELETED - FAILED
- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public SemanticStoreSummary.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
-
freeformTags
public SemanticStoreSummary.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 SemanticStoreSummary.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 SemanticStoreSummary.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 SemanticStoreSummary build()
-
copy
public SemanticStoreSummary.Builder copy(SemanticStoreSummary model)
-
-