public static class CreateExecutionActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateExecutionActionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateExecutionActionDetails.Builder executionWindowId(String executionWindowId)
The OCID of the execution window resource the execution action belongs to.
executionWindowId
- the value to setpublic CreateExecutionActionDetails.Builder actionType(CreateExecutionActionDetails.ActionType actionType)
The action type of the execution action being performed
actionType
- the value to setpublic CreateExecutionActionDetails.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 CreateExecutionActionDetails.Builder actionMembers(List<ExecutionActionMember> actionMembers)
List of action members of this execution action.
actionMembers
- the value to setpublic CreateExecutionActionDetails.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 CreateExecutionActionDetails.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 CreateExecutionActionDetails build()
public CreateExecutionActionDetails.Builder copy(CreateExecutionActionDetails model)
Copyright © 2016–2024. All rights reserved.