Class CustomSchedule.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.CustomSchedule.Builder
-
- Enclosing class:
- CustomSchedule
public static class CustomSchedule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomSchedule
build()
CustomSchedule.Builder
copy(CustomSchedule model)
CustomSchedule.Builder
duration(String duration)
Duration of the schedule.CustomSchedule.Builder
executionStartdate(Date executionStartdate)
CustomSchedule.Builder
recurrences(String recurrences)
Recurrence rule specification if recurring
-
-
-
Method Detail
-
executionStartdate
public CustomSchedule.Builder executionStartdate(Date executionStartdate)
-
recurrences
public CustomSchedule.Builder recurrences(String recurrences)
Recurrence rule specification if recurring- Parameters:
recurrences
- the value to set- Returns:
- this builder
-
duration
public CustomSchedule.Builder duration(String duration)
Duration of the schedule.- Parameters:
duration
- the value to set- Returns:
- this builder
-
build
public CustomSchedule build()
-
copy
public CustomSchedule.Builder copy(CustomSchedule model)
-
-