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