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