Package com.oracle.bmc.database.model
Class ReorderScheduledActionsDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ReorderScheduledActionsDetails.Builder
 
- 
- Enclosing class:
- ReorderScheduledActionsDetails
 
 public static class ReorderScheduledActionsDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReorderScheduledActionsDetailsbuild()ReorderScheduledActionsDetails.Buildercopy(ReorderScheduledActionsDetails model)ReorderScheduledActionsDetails.BuilderscheduledActionIdOrders(List<ActionOrderDetails> scheduledActionIdOrders)List of action resources in a specific order.ReorderScheduledActionsDetails.BuilderschedulingWindowId(String schedulingWindowId)The OCID of the Scheduling Window.
 
- 
- 
- 
Method Detail- 
schedulingWindowIdpublic ReorderScheduledActionsDetails.Builder schedulingWindowId(String schedulingWindowId) The OCID of the Scheduling Window.- Parameters:
- schedulingWindowId- the value to set
- Returns:
- this builder
 
 - 
scheduledActionIdOrderspublic ReorderScheduledActionsDetails.Builder scheduledActionIdOrders(List<ActionOrderDetails> scheduledActionIdOrders) List of action resources in a specific order.Example: [{actionOrder: 1, actionResourceId: “resourceId1”}, {actionOrder: 2, actionResourceId: “resourceId2”}] - Parameters:
- scheduledActionIdOrders- the value to set
- Returns:
- this builder
 
 - 
buildpublic ReorderScheduledActionsDetails build() 
 - 
copypublic ReorderScheduledActionsDetails.Builder copy(ReorderScheduledActionsDetails model) 
 
- 
 
-