Package com.oracle.bmc.adm.model
Class ChangeRemediationRunCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.adm.model.ChangeRemediationRunCompartmentDetails.Builder
-
- Enclosing class:
- ChangeRemediationRunCompartmentDetails
public static class ChangeRemediationRunCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRemediationRunCompartmentDetails
build()
ChangeRemediationRunCompartmentDetails.Builder
compartmentId(String compartmentId)
The compartment Oracle Cloud Identifier (OCID) to which the resource must be moved.ChangeRemediationRunCompartmentDetails.Builder
copy(ChangeRemediationRunCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeRemediationRunCompartmentDetails.Builder compartmentId(String compartmentId)
The compartment Oracle Cloud Identifier (OCID) to which the resource must be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeRemediationRunCompartmentDetails build()
-
copy
public ChangeRemediationRunCompartmentDetails.Builder copy(ChangeRemediationRunCompartmentDetails model)
-
-