public static class CreateExecutionWindowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateExecutionWindowDetails |
build() |
CreateExecutionWindowDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
CreateExecutionWindowDetails.Builder |
copy(CreateExecutionWindowDetails model) |
CreateExecutionWindowDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateExecutionWindowDetails.Builder |
executionResourceId(String executionResourceId)
The OCID of the
execution resource the execution window belongs to.
|
CreateExecutionWindowDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateExecutionWindowDetails.Builder |
isEnforcedDuration(Boolean isEnforcedDuration)
Indicates if duration the user plans to allocate for scheduling window is strictly
enforced.
|
CreateExecutionWindowDetails.Builder |
timeScheduled(Date timeScheduled)
The scheduled start date and time of the execution window.
|
CreateExecutionWindowDetails.Builder |
windowDurationInMins(Integer windowDurationInMins)
Duration window allows user to set a duration they plan to allocate for Scheduling
window.
|
public CreateExecutionWindowDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateExecutionWindowDetails.Builder executionResourceId(String executionResourceId)
The OCID of the execution resource the execution window belongs to.
executionResourceId
- the value to setpublic CreateExecutionWindowDetails.Builder timeScheduled(Date timeScheduled)
The scheduled start date and time of the execution window.
timeScheduled
- the value to setpublic CreateExecutionWindowDetails.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 CreateExecutionWindowDetails.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 CreateExecutionWindowDetails.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 CreateExecutionWindowDetails.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 CreateExecutionWindowDetails build()
public CreateExecutionWindowDetails.Builder copy(CreateExecutionWindowDetails model)
Copyright © 2016–2024. All rights reserved.