Class ChangeRoutingProfileCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.ChangeRoutingProfileCompartmentDetails.Builder
-
- Enclosing class:
- ChangeRoutingProfileCompartmentDetails
public static class ChangeRoutingProfileCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRoutingProfileCompartmentDetailsbuild()ChangeRoutingProfileCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the routing profile to.ChangeRoutingProfileCompartmentDetails.Buildercopy(ChangeRoutingProfileCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeRoutingProfileCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the routing profile to.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public ChangeRoutingProfileCompartmentDetails build()
-
copy
public ChangeRoutingProfileCompartmentDetails.Builder copy(ChangeRoutingProfileCompartmentDetails model)
-
-