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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public CreateExecutionActionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
executionWindowId
public 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
-
actionType
public CreateExecutionActionDetails.Builder actionType(CreateExecutionActionDetails.ActionType actionType)
The action type of the execution action being performed- Parameters:
actionType
- the value to set- Returns:
- this builder
-
actionParams
public 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
-
actionMembers
public CreateExecutionActionDetails.Builder actionMembers(List<ExecutionActionMember> actionMembers)
List of action members of this execution action.- Parameters:
actionMembers
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateExecutionActionDetails build()
-
copy
public CreateExecutionActionDetails.Builder copy(CreateExecutionActionDetails model)
-
-