Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static WindowPreferenceDetail.Builder |
WindowPreferenceDetail.builder()
Create a new builder.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.copy(WindowPreferenceDetail model) |
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.daysOfWeek(List<DayOfWeek> daysOfWeek)
Days during the week when scheduling window should be performed.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.duration(Integer duration)
Duration window allows user to set a duration they plan to allocate for Scheduling
window.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.isEnforcedDuration(Boolean isEnforcedDuration)
Indicates if duration the user plans to allocate for scheduling window is strictly
enforced.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.months(List<Month> months)
Months during the year when scheduled window should be performed.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.startTime(String startTime)
The scheduling window start time.
|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.toBuilder() |
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.weeksOfMonth(List<Integer> weeksOfMonth)
Weeks during the month when scheduled window should be performed.
|
Copyright © 2016–2024. All rights reserved.