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