Class RoutingProfileSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.RoutingProfileSummary.Builder
-
- Enclosing class:
- RoutingProfileSummary
public static class RoutingProfileSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutingProfileSummarybuild()RoutingProfileSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the routing profile lives.RoutingProfileSummary.Buildercopy(RoutingProfileSummary model)RoutingProfileSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.RoutingProfileSummary.Builderdescription(String description)An optional description of the routing profile.RoutingProfileSummary.BuilderdisplayName(String displayName)A user-friendly name.RoutingProfileSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.RoutingProfileSummary.Builderid(String id)An OCID that uniquely identifies this routing profile resource.RoutingProfileSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state with detail that can provide actionable information.RoutingProfileSummary.BuilderlifecycleState(RoutingProfile.LifecycleState lifecycleState)The current state of the routing profile.RoutingProfileSummary.BuildermodelRoutingPolicy(ModelRoutingPolicy modelRoutingPolicy)RoutingProfileSummary.BuilderregionRoutingPolicy(RegionRoutingPolicy regionRoutingPolicy)RoutingProfileSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.RoutingProfileSummary.BuildertimeCreated(Date timeCreated)The date and time that the routing profile was created in the format of an RFC3339 datetime string.RoutingProfileSummary.BuildertimeUpdated(Date timeUpdated)The date and time that the routing profile was updated in the format of an RFC3339 datetime string.
-
-
-
Method Detail
-
id
public RoutingProfileSummary.Builder id(String id)
An OCID that uniquely identifies this routing profile resource.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public RoutingProfileSummary.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 RoutingProfileSummary.Builder description(String description)
An optional description of the routing profile.- Parameters:
description- the value to set- Returns:
- this builder
-
compartmentId
public RoutingProfileSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the routing profile lives.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
timeCreated
public RoutingProfileSummary.Builder timeCreated(Date timeCreated)
The date and time that the routing profile was created in the format of an RFC3339 datetime string.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public RoutingProfileSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the routing profile was updated in the format of an RFC3339 datetime string.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
lifecycleState
public RoutingProfileSummary.Builder lifecycleState(RoutingProfile.LifecycleState lifecycleState)
The current state of the routing profile.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public RoutingProfileSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state with detail that can provide actionable information.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
regionRoutingPolicy
public RoutingProfileSummary.Builder regionRoutingPolicy(RegionRoutingPolicy regionRoutingPolicy)
-
modelRoutingPolicy
public RoutingProfileSummary.Builder modelRoutingPolicy(ModelRoutingPolicy modelRoutingPolicy)
-
freeformTags
public RoutingProfileSummary.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 RoutingProfileSummary.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 RoutingProfileSummary.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 RoutingProfileSummary build()
-
copy
public RoutingProfileSummary.Builder copy(RoutingProfileSummary model)
-
-