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