Package com.oracle.bmc.events.model
Class ActionList.Builder
- java.lang.Object
-
- com.oracle.bmc.events.model.ActionList.Builder
-
- Enclosing class:
- ActionList
public static class ActionList.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionList.Builder
actions(List<Action> actions)
A list of one or more Action objects.ActionList
build()
ActionList.Builder
copy(ActionList model)
-
-
-
Method Detail
-
actions
public ActionList.Builder actions(List<Action> actions)
A list of one or more Action objects.- Parameters:
actions
- the value to set- Returns:
- this builder
-
build
public ActionList build()
-
copy
public ActionList.Builder copy(ActionList model)
-
-