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