Class CreateSemanticStoreDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CreateSemanticStoreDetails.Builder
-
- Enclosing class:
- CreateSemanticStoreDetails
public static class CreateSemanticStoreDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public CreateSemanticStoreDetails.Builder description(String description)
An optional description of the SemanticStore.- Parameters:
description- the value to set- Returns:
- this builder
-
compartmentId
public CreateSemanticStoreDetails.Builder compartmentId(String compartmentId)
Owning compartment OCID for a SemanticStore.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
displayName
public CreateSemanticStoreDetails.Builder displayName(String displayName)
A user-friendly name.- Parameters:
displayName- the value to set- Returns:
- this builder
-
dataSource
public CreateSemanticStoreDetails.Builder dataSource(CreateDataSourceDetails dataSource)
-
refreshSchedule
public CreateSemanticStoreDetails.Builder refreshSchedule(RefreshScheduleDetails refreshSchedule)
-
schemas
public CreateSemanticStoreDetails.Builder schemas(CreateSchemasDetails schemas)
-
freeformTags
public CreateSemanticStoreDetails.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 CreateSemanticStoreDetails.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
-
build
public CreateSemanticStoreDetails build()
-
copy
public CreateSemanticStoreDetails.Builder copy(CreateSemanticStoreDetails model)
-
-