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