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