Package com.oracle.bmc.database.model
Class CreateExecutionActionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CreateExecutionActionDetails.Builder
 
- 
- Enclosing class:
- CreateExecutionActionDetails
 
 public static class CreateExecutionActionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateExecutionActionDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
executionWindowIdpublic CreateExecutionActionDetails.Builder executionWindowId(String executionWindowId) The OCID of the execution window resource the execution action belongs to.- Parameters:
- executionWindowId- the value to set
- Returns:
- this builder
 
 - 
actionTypepublic CreateExecutionActionDetails.Builder actionType(CreateExecutionActionDetails.ActionType actionType) The action type of the execution action being performed- Parameters:
- actionType- the value to set
- Returns:
- this builder
 
 - 
actionParamspublic CreateExecutionActionDetails.Builder actionParams(Map<String,String> actionParams) Map<ParamName, ParamValue> where a key value pair describes the specific action parameter.Example: {“count”: “3”} - Parameters:
- actionParams- the value to set
- Returns:
- this builder
 
 - 
actionMemberspublic CreateExecutionActionDetails.Builder actionMembers(List<ExecutionActionMember> actionMembers) List of action members of this execution action.- Parameters:
- actionMembers- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateExecutionActionDetails build() 
 - 
copypublic CreateExecutionActionDetails.Builder copy(CreateExecutionActionDetails model) 
 
- 
 
-