public static class UpdateExecutionWindowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateExecutionWindowDetails |
build() |
UpdateExecutionWindowDetails.Builder |
copy(UpdateExecutionWindowDetails model) |
UpdateExecutionWindowDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateExecutionWindowDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateExecutionWindowDetails.Builder |
isEnforcedDuration(Boolean isEnforcedDuration)
Indicates if duration the user plans to allocate for scheduling window is strictly
enforced.
|
UpdateExecutionWindowDetails.Builder |
timeScheduled(Date timeScheduled)
The scheduled start date and time of the execution window.
|
UpdateExecutionWindowDetails.Builder |
windowDurationInMins(Integer windowDurationInMins)
Duration window allows user to set a duration they plan to allocate for Scheduling
window.
|
public UpdateExecutionWindowDetails.Builder timeScheduled(Date timeScheduled)
The scheduled start date and time of the execution window.
timeScheduled
- the value to setpublic UpdateExecutionWindowDetails.Builder windowDurationInMins(Integer windowDurationInMins)
Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
windowDurationInMins
- the value to setpublic UpdateExecutionWindowDetails.Builder isEnforcedDuration(Boolean isEnforcedDuration)
Indicates if duration the user plans to allocate for scheduling window is strictly
enforced. The default value is FALSE
.
isEnforcedDuration
- the value to setpublic UpdateExecutionWindowDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateExecutionWindowDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic UpdateExecutionWindowDetails build()
public UpdateExecutionWindowDetails.Builder copy(UpdateExecutionWindowDetails model)
Copyright © 2016–2024. All rights reserved.