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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionList.Builderactions(List<Action> actions)A list of one or more Action objects.ActionListbuild()ActionList.Buildercopy(ActionList model)
 
- 
- 
- 
Method Detail- 
actionspublic ActionList.Builder actions(List<Action> actions) A list of one or more Action objects.- Parameters:
- actions- the value to set
- Returns:
- this builder
 
 - 
buildpublic ActionList build() 
 - 
copypublic ActionList.Builder copy(ActionList model) 
 
- 
 
-