Class ChangeScheduleCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcescheduler.model.ChangeScheduleCompartmentDetails.Builder
-
- Enclosing class:
- ChangeScheduleCompartmentDetails
public static class ChangeScheduleCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeScheduleCompartmentDetails
build()
ChangeScheduleCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the schedule to.ChangeScheduleCompartmentDetails.Builder
copy(ChangeScheduleCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeScheduleCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the schedule to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeScheduleCompartmentDetails build()
-
copy
public ChangeScheduleCompartmentDetails.Builder copy(ChangeScheduleCompartmentDetails model)
-
-