Package com.oracle.bmc.rover.model
Class ChangeRoverEntitlementCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.rover.model.ChangeRoverEntitlementCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeRoverEntitlementCompartmentDetails
 
 public static class ChangeRoverEntitlementCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRoverEntitlementCompartmentDetailsbuild()ChangeRoverEntitlementCompartmentDetails.BuildercompartmentId(String compartmentId)The [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved.ChangeRoverEntitlementCompartmentDetails.Buildercopy(ChangeRoverEntitlementCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeRoverEntitlementCompartmentDetails.Builder compartmentId(String compartmentId) The [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeRoverEntitlementCompartmentDetails build() 
 - 
copypublic ChangeRoverEntitlementCompartmentDetails.Builder copy(ChangeRoverEntitlementCompartmentDetails model) 
 
- 
 
-