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