Class SystemMediaWorkflowCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.SystemMediaWorkflowCollection.Builder
 
- 
- Enclosing class:
- SystemMediaWorkflowCollection
 
 public static class SystemMediaWorkflowCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemMediaWorkflowCollectionbuild()SystemMediaWorkflowCollection.Buildercopy(SystemMediaWorkflowCollection model)SystemMediaWorkflowCollection.Builderitems(List<SystemMediaWorkflow> items)List of SytemMediaWorkflow items.
 
- 
- 
- 
Method Detail- 
itemspublic SystemMediaWorkflowCollection.Builder items(List<SystemMediaWorkflow> items) List of SytemMediaWorkflow items.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SystemMediaWorkflowCollection build() 
 - 
copypublic SystemMediaWorkflowCollection.Builder copy(SystemMediaWorkflowCollection model) 
 
- 
 
-