static ExecutionWindow.Builder |
ExecutionWindow.builder() |
Create a new builder.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.copy(ExecutionWindow model) |
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.description(String description) |
Description of the execution window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.displayName(String displayName) |
The user-friendly name for the execution window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.estimatedTimeInMins(Integer estimatedTimeInMins) |
The estimated time of the execution window in minutes.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.executionResourceId(String executionResourceId) |
The OCID of the
execution resource the execution window belongs to.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.id(String id) |
The OCID of the
execution window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.isEnforcedDuration(Boolean isEnforcedDuration) |
Indicates if duration the user plans to allocate for scheduling window is strictly
enforced.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.lifecycleDetails(String lifecycleDetails) |
Additional information about the current lifecycle state.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.lifecycleState(ExecutionWindow.LifecycleState lifecycleState) |
The current state of the Schedule Policy.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.lifecycleSubstate(ExecutionWindow.LifecycleSubstate lifecycleSubstate) |
The current sub-state of the execution window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.timeCreated(Date timeCreated) |
The date and time the execution window was created.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.timeEnded(Date timeEnded) |
The date and time that the execution window ended.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.timeScheduled(Date timeScheduled) |
The scheduled start date and time of the execution window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.timeStarted(Date timeStarted) |
The date and time that the execution window was started.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.timeUpdated(Date timeUpdated) |
The last date and time that the execution window was updated.
|
ExecutionWindow.Builder |
ExecutionWindow.toBuilder() |
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.totalTimeTakenInMins(Integer totalTimeTakenInMins) |
The total time taken by corresponding resource activity in minutes.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.windowDurationInMins(Integer windowDurationInMins) |
Duration window allows user to set a duration they plan to allocate for Scheduling
window.
|
ExecutionWindow.Builder |
ExecutionWindow.Builder.windowType(ExecutionWindow.WindowType windowType) |
The execution window is of PLANNED or UNPLANNED type.
|