Class MaintenanceWindowSchedule.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.MaintenanceWindowSchedule.Builder
-
- Enclosing class:
- MaintenanceWindowSchedule
public static class MaintenanceWindowSchedule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceWindowSchedule
build()
MaintenanceWindowSchedule.Builder
copy(MaintenanceWindowSchedule model)
MaintenanceWindowSchedule.Builder
executionStartdate(Date executionStartdate)
MaintenanceWindowSchedule.Builder
maintenanceWindowId(String maintenanceWindowId)
Provide MaintenanceWindowId
-
-
-
Method Detail
-
executionStartdate
public MaintenanceWindowSchedule.Builder executionStartdate(Date executionStartdate)
-
maintenanceWindowId
public MaintenanceWindowSchedule.Builder maintenanceWindowId(String maintenanceWindowId)
Provide MaintenanceWindowId- Parameters:
maintenanceWindowId
- the value to set- Returns:
- this builder
-
build
public MaintenanceWindowSchedule build()
-
copy
public MaintenanceWindowSchedule.Builder copy(MaintenanceWindowSchedule model)
-
-