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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRoverEntitlementCompartmentDetails
build()
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.ChangeRoverEntitlementCompartmentDetails.Builder
copy(ChangeRoverEntitlementCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeRoverEntitlementCompartmentDetails build()
-
copy
public ChangeRoverEntitlementCompartmentDetails.Builder copy(ChangeRoverEntitlementCompartmentDetails model)
-
-