public static class CreateScheduledActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateScheduledActionDetails.Builder actionType(CreateScheduledActionDetails.ActionType actionType)
The type of the scheduled action being performed
actionType
- the value to setpublic CreateScheduledActionDetails.Builder actionParams(Map<String,String> actionParams)
Map<ParamName, ParamValue> where a key value pair describes the specific action
parameter. Example: {"count": "3"}
actionParams
- the value to setpublic CreateScheduledActionDetails.Builder actionMembers(List<ActionMember> actionMembers)
The list of action members in a scheduled action.
actionMembers
- the value to setpublic CreateScheduledActionDetails.Builder schedulingPlanId(String schedulingPlanId)
The OCID of the Scheduling Plan.
schedulingPlanId
- the value to setpublic CreateScheduledActionDetails.Builder schedulingWindowId(String schedulingWindowId)
The OCID of the Scheduling Window.
schedulingWindowId
- the value to setpublic CreateScheduledActionDetails.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 CreateScheduledActionDetails.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 CreateScheduledActionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateScheduledActionDetails build()
public CreateScheduledActionDetails.Builder copy(CreateScheduledActionDetails model)
Copyright © 2016–2024. All rights reserved.