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