Class UpcomingSchedule.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.UpcomingSchedule.Builder
 
- 
- Enclosing class:
- UpcomingSchedule
 
 public static class UpcomingSchedule.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpcomingSchedulebuild()UpcomingSchedule.Buildercopy(UpcomingSchedule model)UpcomingSchedule.BuildernotifyBefore(String notifyBefore)Specify when the notification should be sent.UpcomingSchedule.BuilderonUpcomingSchedule(Boolean onUpcomingSchedule)Enables notification on upcoming schedule.
 
- 
- 
- 
Method Detail- 
onUpcomingSchedulepublic UpcomingSchedule.Builder onUpcomingSchedule(Boolean onUpcomingSchedule) Enables notification on upcoming schedule.- Parameters:
- onUpcomingSchedule- the value to set
- Returns:
- this builder
 
 - 
notifyBeforepublic UpcomingSchedule.Builder notifyBefore(String notifyBefore) Specify when the notification should be sent.- Parameters:
- notifyBefore- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpcomingSchedule build() 
 - 
copypublic UpcomingSchedule.Builder copy(UpcomingSchedule model) 
 
- 
 
-